/*
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
    *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto; }
.nav_wrap{padding-left:390px;}
body{font-size:14px; line-height:1.6; color:#555; background:#fff;}
a{color:#757575;}
a:hover { color:#1c6fcd;}
::-moz-selection {color:#fff; background:#39f; }
::selection {color:#fff; background:#39f; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.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) }

/* 表格 */
.datalist{ border:1px solid #ccc; border-collapse:collapse; background:#fff; }
.datalist caption{ padding-bottom:5px; text-align:left;} 
.datalist th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 15px; }
.datalist td{ border:1px solid #ccc; padding:5px 15px;}
.datalist tr.altrow{ background-color:#ccc;}

/* 网站样式 */

.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.mt30{ margin-top:30px;}
.c{padding-bottom:9999px; margin-bottom:-9999px;}
.m_detail{display:inline-block;font-size:14px;text-align:center;border:1px #a6a6a6 solid;width:126px;height:40px;line-height: 40px;z-index: 1;overflow:hidden;position:relative;color:#878787;}
.m_detail:before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;opacity: 0; filter:alpha(opacity=0); -webkit-transform: scale3d(0.7, 1, 1);transform: scale3d(0.7, 1, 1);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s;-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);background-color:#ffa716;}
.m_detail,.m_detail:before{-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);}
.m_detail:hover::before {opacity: 1;filter:alpha(opacity=100);-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.m_detail:hover{color:#fff;border-color:#ffa716;}

.mt15{margin-top:15px;}

/*时间延迟*/
.delay100 { -webkit-animation-delay: 0.1s; animation-delay: 0.1s;}
.delay200 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s;}
.delay300 { -webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.delay400 { -webkit-animation-delay: 0.4s; animation-delay: 0.4s;}
.delay500 { -webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.delay600 { -webkit-animation-delay: 0.6s; animation-delay: 0.6s;}
.delay700 { -webkit-animation-delay: 0.7s; animation-delay: 0.7s;}
.delay800 { -webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay900 { -webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
.delay1000 { -webkit-animation-delay: 1s; animation-delay: 1s;}
.delay1200 { -webkit-animation-delay: 1.2s; animation-delay: 1.2s;}
.delay1400 { -webkit-animation-delay: 1.4s; animation-delay: 1.4s;}
.delay1600 { -webkit-animation-delay: 1.6s; animation-delay: 1.6s;}
.delay1800 { -webkit-animation-delay: 1.8s; animation-delay: 1.8s;}
.delay2000 { -webkit-animation-delay: 2s; animation-delay: 2s;}
.delay2400 { -webkit-animation-delay: 2.4s; animation-delay: 2.4s;}
.delay3000 { -webkit-animation-delay: 3s; animation-delay: 3s;}

/*分页*/

/*分页通用头部*/
.mobile_key{display:none;}
.head{position:relative;z-index: 50;width:100%;}
.head .fixed{position:fixed;top:0;background-color:#fafafa;}
.head_top{position:relative;height:28px;background:#3d3d3d ;}
.head_top .wrap{position:relative;z-index: 5;}
.head_r{width:100%;}
.head_r li{float: right;padding:0 12px; line-height: 28px;text-align: center;}
.head_r li a{font-size:13px;color:#fff;}
.head_r .li01{ z-index:2;position: relative;background: none;margin-left: 10px;line-height: 15px;}
.head_r .bg_search {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 50%;
    margin-left: -10px;
}
.head_r .bg_search{text-align: center;}
.head_r .li01 .btn-search{ display:block; width:100%;text-align: center;color: #fff;line-height: 22px;margin-top: 22px;}
.head_r .li01 .btn-search i{width:22px; height:22px; }
.head_r .li01 .search { position: absolute;right: 100%;top:0;background-color: #fff;height:28px; display:none;width:170px;}
.head_r .li01 .search .inp{border: none;vertical-align: top;height: 28px;line-height:28px;box-sizing: border-box;padding: 0 0 0 5px;width:0;}
.head_r .li01:hover .search .inp{ width:97%;}
.head_r .li01 .item{transition: right 300ms;-moz-transition: right 300ms;-ms-transition: right 300ms;-o-transition: right 300ms;-webkit-transition: right 300ms;}
.head_r .li02{position:relative;}
.head_r .li02 span{display: block;cursor: pointer;font-size: 13px;color:#fff;}
.head_r .bg_button{position: absolute;right: -4px;top: 14px;}
.head_r .li02 .language{ display:none;position: absolute;width: 100%;top: 100%;left: 0;background-color: #fff;}
.head_r .li02 .language a{display:block;line-height:32px; height:32px; color:#5a5a5a;}
.head_r .li02 .language a:hover{ background-color:#f3f3f3;}
.head_r .li02 .ico2,.head_r .li04 .ico2{width:7px; height:4px; background-position:-22px 0;margin-left: 8px;}


.logo a{display:block;background:url(../img/logo.png) no-repeat;width:300px; height:64px; background-size:contain;}

.nav .bg_logo{
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 5;
    margin-left: -629px;
}
.nav_bar {
    height: 82px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.nav_bar .wrap h1{
    float: left;
    z-index: 60;
    position:relative;margin-top: 13px;
}
.nav_bar .wrap h1 .bg_logo01.hide{display: none;}
.nav_bar .wrap h1 .bg_logo02.hide{display: none;}
.nav_bar .wrap .nav .nav_li {
    position: relative;
    float: left;
    text-align: center;
    padding: 0 25px;
}
.nav_bar .wrap .nav .nav_li.last ul{margin-left:-130px;}

.nav_bar .wrap h1 .bg_logo{z-index: 60;}
.nav_bar h1{float:left;}
.nav_bar .nav{width: 65%;float: right;}
/*.nav .nav_li:hover ._layer{display: block;}*/
.nav .nav_li .nav_a{font-size:14px; display:block;color:#151515!important;  position:relative;height: 80px;line-height: 80px;}
.nav .nav_li .nav_a:before{content:''; width:100%; height:4px; background-color:#ffcc19; position:absolute;z-index: -1; left:0;top:-3px; display:none; overflow:hidden;}
.nav .nav_li ._layer{ position:absolute;top:100%; left:50%;margin-left:-60px; display:none; overflow:hidden; background: #f5f5f5; border-top: 2px #b31114
 solid}
.nav .nav_li ._layer li.last{border-bottom:none;}
.nav .nav_li ._layer li{float: none;width:auto;border-bottom: 1px #ffffff solid}
.nav .nav_li ._layer a{display:block; padding-left:38px; width:180px; height:48px; line-height:48px; font-size:14px; color:#5a5a5a; text-align:left;}
.nav .nav_li ._layer a:hover{color:#b31114
;}




/*phone_nav*/
.phone-head{
	background:rgba(255,255,255,.9);
	width:100%;
	height:1300px;
	position: fixed;
	top:28px;
	left:0;
	right:0;
	width:100%;
	z-index:9999;
	display: none;
}
.phone-head li{
	list-style: none;
}
.phone-head .mask-close{
	background:rgb(13,87,149) none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top:-28px;
    right: 2px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    overflow: hidden;
}


.maskbg{
	padding:10px 0;
}


.phone_nav ul>li {
    background-position: center center;
    border-bottom: 1px solid #ccc;
    /*height:40px;*/
    line-height: 40px;
    padding: 0px 17px;
    font-size:1em;
}


.phone_nav ul>li>a {
    display: inline-block;
    width:100%;
    height:100%;
    font-size:1em;
}

.phone_nav ul>li ol{
	display:none;
	padding:10px 0 20px 10px;
}

.phone_nav ul>li ol li{
    background-position: center center;
    height:35px;
    line-height: 35px;
    padding: 0px 0.75em;
    width:100%;
    height:100%;
}


.phone_nav ul>li ol li a{
    display:block;
    line-height:30px;
    width:100%;
    height:100%;
    color: #323232;
    font-size:0.875em;
    
}

.f_m1>li{
    position: relative;
}

.f_m1>li>a{
	display: block;
	width:100%;
	height:100%;
    color: #323232;
    position: relative;
}

.f_m1>li>h3{
	font-weight:normal;
	font-style:normal;
	display: block;
    font-size:1em;
    color: #323232;
    line-height: 1;
    padding: 13px 12px 13px 0px;
    position: relative;
}

.f_m1>li>h3 a{
	display: block;
    font-size:1em;
    color: #323232;
    line-height: 1;
    position: relative; 
	width:100%;
	height:100%; 
}

.f_m1>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../img/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.f_m1>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}








/*下层通用样式*/
.n_banner{position: relative;}
.n_banner .bg_banner{height:286px;display: block;position:relative;overflow:hidden;}
.n_banner .bg_banner img{position:absolute;left:50%;margin-left:-960px;width:1920px;top:0;height:100%;max-width: none;}
.n_banner .box_wrap{position:absolute;left:0;bottom:0;right:0;width:100%;}
.n_banner .box_wrap .bread{bottom:50px;left:0;}
.n_banner .box_wrap .bread .channel_current{font-size: 32px;color:#000;font-weight: normal;}
.n_banner .box_wrap  .bread .posi{font-size: 13px;color:#000;font-weight: normal;}
.n_banner .box_wrap  .bread .posi a{color:#000;}
.n_banner .box_wrap .detail{}
.n_banner .box_wrap .detail li{float:left;margin-left:10px;width:148px;height:45px;background:#de1937;
text-align: center;line-height: 45px;}
.n_banner .box_wrap .detail li.cur{background:#f8fcfd;}
.n_banner .box_wrap .detail li.cur a{color:#222;}
.n_banner .box_wrap .detail li a{font-size: 14px;color:#fff;}
.n_banner .box_wrap .box{position: relative;}


/*关于我们内容区域*/
/*sec1*/
.ab_sec1{padding:65px 0 80px;}
.ab_sec1 .video_left{width:63.5%;}
.ab_sec1 .video_left .bg_video{display: block;}
.ab_sec1 .video_left h4{font-size: 24px; color:#b31114
; margin-top:15px;font-weight: normal;margin-bottom:24px;}
.ab_sec1 .video_right{width:32%;position:relative;}
.ab_sec1 .video_right .pad{cursor: pointer;}
.ab_sec1 .video_right .pad .bg_video{position:absolute;left:50%;margin-left:-39px;top:50%;margin-top:-39px;background:url(../img/button_video.png) no-repeat;width:78px;height:78px;}
.box_wrap_out .box_wrap_in .box_wrap_bar .box_wrap_close a{color:#fff;}

/*sec2*/

.ab_sec2{height:256px;background:url(../img/shijie.jpg) no-repeat center center;}
.ab_sec2 .universe{margin-top:70px;text-align: center;}
.ab_sec2 .universe li{float:left;width:24.5%;border-right:1px solid #fff;
position: relative;}
.ab_sec2 .universe li .digit .odometer{font-size: 48px;color:#fff;font-family: Impact;}
.ab_sec2 .universe li .digit span{color:#fff;}
.ab_sec2 .universe li .p{color:#fff;margin-top:18px;padding: 0 5%;}
/*sec3*/

.ab_sec3{border-bottom: 1px solid #e50014;position:relative;padding:70px 0 80px;}
.sec3_att .bg_font{display: block;text-align: center;}
.sec3_att h4{font-size: 16px;color:#414141; text-align: center;margin-top:25px; margin-bottom:25px; font-weight:normal; line-height:1.8;}
.ab_sec3 p{color: #555;}

/*荣耀资质内容区域*/
.about_honor ul.row li{margin-right: 1.9%;}
.about_honor .item {cursor:pointer;margin-top:75px; }
.about_honor .item ._item_top { position:relative; overflow:hidden; }
.about_honor .item ._pic { height:0; overflow:hidden; padding-bottom:78.5%; }
.about_honor .item ._pic img { width:100%; -webkit-transition-delay:0.4s; transition-delay:0.4s; }
.about_honor .item ._mask { position:absolute; top:100%; left:0; width:100%; height:100%; opacity:0; background:url(/resources/web/img/about11.png) center center no-repeat; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;  }
.about_honor .item:hover ._mask { top:0; opacity:1; -webkit-transition-delay:0.1s; transition-delay:0.1s; }
.about_honor .item ._item_down {     padding: 10px 10% 10px 9%; background-color:#bebebe; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.about_honor .item:hover ._item_down { background-color:#db4f49; }
.about_honor .item ._name { height:3.2em; overflow:hidden; font-size:16px; line-height:1.6; color:#ffffff; }
.about_honor .item ._time { font-size:12px; color:#ffffff; }
.album_wrap .album_ordinary .album_close { background-color:#b31114
; }
.pj-lb-more{text-align: center;padding-top: 40px; position:relative;}
.pj-lb-more .loading{font-size:16px;}
.pj-lb-more .loading .loading-img{background:url(../img/load2.gif) no-repeat;width:50px;height:50px;display:inline-block;}


/*联系我们内容区域*/
.channel.about_contact { margin-bottom:0; }
.about_contact .cbanner { height:auto; margin-bottom:38px; padding-bottom:28px; }
.about_contact .cban_con { position:relative; height:585px; }
.about_contact .cban_con ._pic { position:absolute; top:0; left:50%; width:1920px; max-width:none; margin-left:-960px; }
.about_contact .cbanner .ttop { display:block; position:absolute; left:50%; bottom:0; width:49px; height:56px; background:url(/resources/web/img/about14.png) 0 0 no-repeat; cursor:pointer; }
.about_contact .pannel_wrap { position:relative; }
.about_contact .pannel { position:absolute; top:83px; left:0; z-index:20; padding:34px 36px 52px 50px;  color:#5a5a5a; background-color:#ffffff; }
.about_contact .pannel ._txt_area { padding:14px 9px 38px 3px; border-top:#808080 1px dotted; border-bottom:#808080 1px dotted; }
.about_contact .pannel ._ptt { margin-bottom:16px; font-size:32px; font-weight:bold; color:#000000; }
.about_contact .pannel ._rec01 ._bd { cursor:default; }
.about_contact .pannel ._rec01 ._bd:hover { color:#5a5a5a; }
.about_contact .pannel ._btn_msg { display:block; width:146px; height:37px; font-size:16px; line-height:37px; color:#ffffff; background-color:#b31114
; text-align:center; }
.about_contact .pannel ._down { padding-top:25px; }
.about_contact .pannel ._down ._tt { font-size:17px; color:#000000; }
.about_contact .con_list .lists { margin-bottom:48px; }
.about_contact .con_list ._sub_title { margin-bottom:18px; font-size:24px; font-weight:bold;color: #b31114
;}
.about_contact .con_list .item { position:relative;height:207px; margin-bottom:24px; overflow:hidden; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;background-color:#f6f4f4; }
.about_contact .con_list .item:hover { color:#ffffff; }
.about_contact .con_list .item:hover ._rec{color:#fff;}
.about_contact .con_list .item:hover ._bd a{color:#fff;}
.about_contact .con_list .item ._txt_box { position:absolute; z-index:2; top:0; left:0; padding:32px 40px 37px 28px; }
.about_contact .con_list .item ._tt { margin-bottom:10px; font-size:20px; color:#000000; }
.about_contact .con_list .item:hover ._tt { color:#ffffff; }
.about_contact .con_list .item ._hr { margin-bottom:16px; background-color:#ffb500; }
.about_contact .con_list .item:hover ._hr { background-color:#ffffff; }
.about_contact .con_list .item ._rec { position:relative;color: #adadad; }
.about_contact .con_list .item ._hd { position:absolute; top:0; left:0; }
.about_contact .con_list .item ._bd { display:inline-block; *display:inline; *zoom:1; /*max-height:3.6em;*/ overflow:hidden; padding-left:3em; }
.about_contact .con_list .item ._bg { content:''; display:block; position:absolute; top:100%; left:0; width:100%; height:100%; background-color:#b31114
; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
.about_contact .con_list .item:hover ._bg { top:0; }
.about_contact .msg_box { padding-top:58px; background-color:#f4f4f4; }
.about_contact .sub_tt { margin-bottom:62px; }
.about_contact .msg_form { padding-bottom:98px; text-align:center; }
.about_contact .msg_form ._rec01,.about_contact .msg_form ._rec03 { margin-right:2%; }
.about_contact .msg_form ._rec { display:inline-block; *display:inline; *zoom:1; width:40%; margin-bottom:12px; text-align:left; }
.about_contact .msg_form ._rec05 { width:83%; }
.about_contact .msg_form ._rec textarea { width:99%; height:145px; }
.about_contact .msg_form ._rec input,
 .about_contact .msg_form ._rec textarea { background-color:#eeeeee; border:#cccccc 1px solid; }
.about_contact .msg_form ._rec input { width:100%; height:32px; text-indent:10px; }
.about_contact .msg_form ._rec ._hd { margin-bottom:6px; font-size:16px; color:#121212; }
.about_contact .con_list .item:hover ._rec{color:#fff;}

/*关于我们频道页*/
.ch_sub_tt { font-size:28px; font-weight:bold; color:#000000; text-transform:uppercase; }
.ch_bdr { border:#f3f3f3 10px solid; }
.cbanner { position:relative; height:340px; overflow:hidden; margin-bottom:48px; }
.cbanner img { position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; height:auto; }
.ts { position:absolute; top:0; left:0; z-index:2; width:100%; max-width:1920px; height:8px; }
.uni .sub_tt { text-align:center; }
.uni .sub_tt ._hd { font-size:32px; font-weight:bold; line-height:2.4; color:#2f2f2f; }
.uni .sub_tt ._bd { font-size:14px; color:#919191; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.about_contact .msg_form .btn_list { width:82%; margin-left:auto; margin-right:auto; text-align:right; }
.about_contact .msg_form ._btn_msg { width:140px; height:32px; font-size:16px; border:none; cursor:pointer; }
.about_contact .msg_form ._submit { color:#ffffff; background-color:#b31114
; margin-right:26px; }
.about_contact .msg_form ._reset { color:#b31114
; background-color:#eaeaea; }

/*人才招聘内容区域*/
/*channel_content*/
.ts { background-image:url(/resources/web/img/channel01.png); background-repeat:repeat-x; }
.channel { margin:50px 0 80px; }
.channelNav > .wrap:before,.channelNav > .wrap:after,
.subNavList:before,.subNavList:after { content:''; display:table; clear:both; }
.channelNav { margin-bottom:87px; padding-top:54px; padding-bottom:40px; background-color:#f8f8f8;position: relative; }
.channelTitle { margin-bottom:1px; font-size:34px; font-weight:bold; color:#000000; }
.breadCrum { font-size:13px; color:#c5c5c5; }
.breadCrum em { display:inline-block; *display:inline; *zoom:1; margin-left:3px; }
.subNavList { width:auto; height:18px; padding-top:53px; }
.subNavList ._cli { position:relative; float:left; }
.subNavList em,.subNavList a { display:inline-block; *display:inline; *zoom:1; font-size:18px; color:#000000; line-height:18px; }
.subNavList ._cli.cur a,.subNavList a:hover { color:#00317e; }
.subNavList ._cli.cur:after { content:''; display:block; position:absolute; top:62px; left:16px; width:0; height:0; border-width:21px 21px 0 21px; border-style:solid dashed dashed dashed; border-color:#f8f8f8 transparent transparent transparent; }
.subNavList ._cli:last-child em { display:none; }
.subNavList ._cli em { margin-left:27px; margin-right:23px; }

.job-sear{ padding: 30px; border:10px #ededed solid; margin:0 0 50px;}
.job-sear .t-pt{font-size:14px;color: #666666;float: left;line-height:32px;padding: 0 15px 0 5px;}
.job-sear .t-area{ float:left; width:22.3%; height:30px; padding-left:10px; line-height:30px; border:1px solid #eee;  text-indent:5px; margin-right:2%;background-color: #fff;}
.job-sear .t-area ._val{color:#a9a9a9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(../img/job-areaico.gif) no-repeat; }
.job-sear .t-area ._option{ top:30px;}

.job-sear .sear_input{ float:left; margin-right:1%; width:24%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.job-sear .sear_input input { text-indent:10px; }
.job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.job-sear button[type=submit]{ border:0; width:21%; height:30px; line-height: 30px; background-color:#b31114
;padding: 0;float:left;font-size:18px; color:#fff;cursor: pointer;}
.job-sear .sear_input button i{ display:block;background:url(../img/job-searico.png) no-repeat; width:100%; height:100%;}
.job-sear button[type=submit]:hover{ background-color:#b31114
;}

.job .down a:hover,.job .down a:hover .item ._join_us,.job .down a:hover .item ._txt { color:#ffffff; }
.job .down .item_list { margin-bottom:56px; }
.job .down .item { position:relative; overflow:hidden; margin-right:-1px; margin-bottom:-1px; padding:55px 42px 45px; background-color:transparent; border:#ccc 1px solid; }
.job .down .item:after { content:''; display:block; position:absolute; left:0; top:100%; z-index:-1; width:100%; height:100%; background-color:#b31114
; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; }
.job .down .item:hover:after { top:0%; }
.job .down .item ._wd { padding-bottom:33px; }
.job .down .item ._j_tt { margin-bottom:55px; font-size:20px; font-weight:bold; height:32px; line-height:1.6; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.job .down .item ._txt { margin-bottom:5px; font-size:13px; color:#5a5a5a; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.job .down .item ._join_us { font-size:13px; font-weight:normal; color:#ffb500; }
._hr { width:45px; height:1px; }
.job .down .item ._hr { position:absolute; left:42px; top:120px; background-color: #b31114
; }
.job .down a:hover .item ._hr {  background-color: #fff; }

/*新闻详情内容区域*/

.widget-newsdetail-8 .news_ico02 .news_list_ico{background-position:-20px -2px;}
.widget-newsdetail-8 .n_left { width:66.8%; float:left;background:#fcfcfc;padding:40px 36px 70px;box-sizing:border-box;}
.widget-newsdetail-8 ._head ._title { font-size:32px; font-weight:bold; color:#000000; margin-bottom:10px;}

.widget-newsdetail-8 ._tools { font-size:0; color:#5a5a5a; margin-bottom:40px;}
.widget-newsdetail-8 ._tools ._tool{ font-size:12px; margin-right:10px; display:inline-block; height:30px; line-height:30px; overflow:hidden;}
.widget-newsdetail-8 ._tools .ion { font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.widget-newsdetail-8 ._tools b { font-weight:normal; }
.widget-newsdetail-8 ._tools #switcher { margin-left:10px; }
.widget-newsdetail-8 ._tools #switcher ._title{margin-right:5px;font-size:12px;color:#5a5a5a;}
.widget-newsdetail-8 ._tools #switcher .ion { font-size:15px; }
.widget-newsdetail-8 ._tools .bds_more { float:none; background:none; padding:0;}

.widget-newsdetail-8 .myart { line-height:2; min-height:200px; font-size:14px; color:#5a5a5a; }
.widget-newsdetail-8 .n_right { width:30%; float:right;overflow:hidden;}
/*.widget-newsdetail-8 .n_right ._tools { text-align:right; }*/
.widget-newsdetail-8 ._tools ._back { position:relative; height:50px; width:220px; font-size:18px; font-weight:normal;color:#bcbcbc;line-height:50px; border:1px solid #a6a6a6;}
.widget-newsdetail-8 ._tools ._back ._txt { position:absolute; top:50%; left:15px; z-index:2; margin-top:-25px; }
.widget-newsdetail-8 ._tools ._back:hover { color:#ffffff; }
.widget-newsdetail-8 ._tools ._back .back_ico { position:absolute; top:50%; right:15px; z-index:2; height:20px; margin:-10px 0px 0px; font-weight:bold; font-size:20px; line-height:20px;}
.widget-newsdetail-8 ._tools .share,.widget-newsdetail-8 ._tools .print { width:36px; height:36px; line-height:36px; text-align:center; background-color:#80939e; border-radius:50%; cursor:pointer; overflow:hidden; margin-right:0; margin-left:15px;}
/*.widget-newsdetail-8 ._tools .share:hover,.widget-newsdetail-8 ._tools .print:hover 
{ background-color:#ec7f00; }*/
.widget-newsdetail-8 ._tools .share .ion,.widget-newsdetail-8 ._tools .print .ion { font-size:18px; color:#ffffff; }
.widget-newsdetail-8 ._tools .share:hover .ion,.widget-newsdetail-8 ._tools .print:hover .ion { color:#ffffff; }
.widget-newsdetail-8 ._tools .share .ion { font-size:20px; }

.widget-newsdetail-8 ._detailPage_bottom li strong,.widget-newsdetail-8 ._detailPage_bottom li span,.widget-newsdetail-8 ._detailPage_bottom li a{ display:block;}
.widget-newsdetail-8 ._detailPage_bottom{margin-top:45px;}
/*.widget-newsdetail-8 ._detailPage_bottom ul{padding:10px 7%;}*/
.widget-newsdetail-8 ._detailPage_bottom li ._mark{ padding-bottom:8px; font-size:20px; font-weight:bold; color:#212121;position:relative;display:block;width:3em;}
.widget-newsdetail-8 ._detailPage_bottom li ._mark:after{content:"";width:310px;height:1px;background:#e2e2e2;display:block;position:absolute;top:50%;left:3.4em;}
.widget-newsdetail-8 ._detailPage_bottom ._date{ height:30px; line-height:30px; margin-bottom:7px; font-family:Arial; font-size:12px; color:#676767; }
.widget-newsdetail-8 ._detailPage_bottom ._date .ion { font-size:20px; height:30px; vertical-align:-2px; margin-left:0;}
.widget-newsdetail-8 ._detailPage_bottom li ._title:hover { color:#e70014; }
.widget-newsdetail-8 ._detailPage_bottom li ._title,
 .widget-newsdetail-8 ._detailPage_bottom li ._title._null { font-size:18px; color:#5a5a5a; }
.widget-newsdetail-8 ._detailPage_bottom li { padding: 27px 0; }

/*新闻列表内容区域*/
/*.news_list .item ._list_box ._list_main ._text,
 .news_list .item:hover ._list_box ._list_main ._text { color:#5a5a5a; }*/
 .news_list ul {width:105%; position:relative; overflow:hidden; opacity:0;}
.news_list .item{width:30%;margin-right:2.5%;margin-bottom:34px;}
.news_list .item ._list_box{border:1px solid #ebeaea;}
.news_list .item:hover ._list_box{border-color:#cbcbcb;}
.news_list .item ._list_box ._list_main{padding:20px 24px;}
.news_list .item ._list_box ._list_main ._title{font-size:20px;font-weight:bold;color:#000000;margin-bottom:10px;}
.news_list .item:hover ._list_box ._list_main ._title { color:#000; }
.news_list .item ._list_box ._list_main ._ico{font-size:12px;color:#5a5a5a;margin-bottom:24px;}
.news_list_ico{ display:inline-block; width:20px; height:20px; background:url(../img/news_ico.png) no-repeat;vertical-align:middle;margin-right:4px;}
.news_list .item ._list_box ._list_main ._ico ._number .news_list_ico{background-position:-20px -2px;}
.news_list .item ._list_box ._list_main ._ico ._number{margin-left:10px;}
.news_list .item ._list_box ._list_main ._news_pic{ overflow:hidden; margin-bottom:18px;}
.news_list .item ._list_box ._list_main ._news_pic img{width:100%;}
.news_list .item ._list_box ._list_main ._text{font-size:14px;color:#6a6a6a;line-height:24px;height:auto;margin-bottom:33px;}
.news_list .item:hover ._list_box ._list_main ._text { color:#6a6a6a; }
._Mbtn { -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
._more_btn{ display:block; position:relative; width:130px; height:40px; z-index:20; overflow:hidden; margin-bottom:27px; padding:0px 5px;line-height:40px; font-size:15px; color:#838383; border-top:1px solid #dddee3; border-bottom:1px solid #dddee3; }
._Mbtn:hover { color:#ffffff; }
._Mbtn:before { content:''; display:block; position:absolute; top:-100%; left:0; width:100%; height:100%; z-index:1; background-color:#e70014; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; }
._Mbtn:hover:before { top:0%; }
._more_btn .more_ico{display:block;position:absolute; z-index:2; width:10px;height:10px; line-height:10px;text-align:center;display:block;right:15px;top:50%;margin-top:-5px;}
._more_btn ._txt { position:absolute; left:8px; top:50%; z-index:2; margin-top:-20px; }
/*分页按钮共有样式*/

.page{font-size: 12px; color: #777777; text-align: center;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #00317e;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}


/*产品新思路内容区域*/
.pqcl_pro{padding-top:140px;padding-bottom: 50px;background: url(../img/bg_shangbanner.jpg) no-repeat top center;}
.pqcl_pro_l{float: left;width: 34%;}
.pqcl_pro_r{float: right;width: 66%;height: 459px;position: relative;}
.pqcl_pro_c{float:right;width:22%;color:#fff;margin-top: -50px;}
.pqcl_pro_c .a_font{color:#fff;}
.pqcl_pro_c .a_font:hover{color:#e70014;}
.pqcl_pro_l_t{font-size: 38px;color: #fff;display: inline-block; line-height:80px;}
.pqcl_pro_l_t:before{display: block;content:'';width: 100%;height: 3px;background-color: #e75826;}
.pqcl_pro_l_t:after{display: block;content:'';width: 100%;height: 3px;background-color: #e75826;}
.pqcl_pro_l_p{padding-right: 100px;color: #fff;margin-top: 20px;margin-bottom: 25px;}
.pqcl_navs li{float: left;width: 150px;height: 45px;line-height: 45px;background-color: #dadcdd;margin-right: 6px;margin-bottom: 10px;cursor: pointer;}
.pqcl_navs li span{padding-left: 38px;}
.pqcl_pro_l .pqcl_navs li.on{background-color: #e70014;color: #fff;}
.pqcl_pro_l .pqcl_navs li.on a{color:#fff;}
.pqcl_pro_l .pqcl_navs li:hover{background-color: #e70014;color: #fff;}
.pqcl_pro_l .pqcl_navs li:hover a{color:#fff;}


.pqcl_big_img{float: left;width: 75%;background-color: #fff;height: 100%;}
.pqcl_bimg_wrap{padding:40px 100px 15px 100px;}
.pqcl_bimg_wrap img{width: 100%;}
.pqcl_big_img_t{display: block;text-align: center;font-size: 18px;color: #5a5a5a;margin-bottom: 75px;}
.pqcl_scroll{float: left;width: 25%;overflow: hidden;height: 100%;}
.pqcl_scroll ul{height: 100%;}
.pqcl_scroll li{ height: 33.333%; overflow: hidden; background-color:#f2f2f2; text-align: center;}
.pqcl_scroll li.on{background-color:#d8d7d7;}
.pqcl_scroll li:hover{background-color:#f8f8f8;}
.pqcl_scroll li.cur{background-color: rgba(255,255,255,.6);}
.pqcl_item{padding:5px 30px 15px 30px;}

.pqcl_arrs{position: absolute;right: 9%;font-size: 34px;color: #b15533;cursor: pointer;}
.pqcl_prev{top: -50px;}
.pqcl_next{bottom: -50px;}


/*分页通用底部*/

.footer .footer_top{background:#f7f7f7;}
.footer .footer_top .contant1{width:28.5%;}
.footer .footer_bottom{background:#b31114
;padding: 10px 0;}
.footer .footer_bottom a{font-size: 14px;}
.footer .footer_bottom,.footer .footer_bottom a{color:#fff;}
.footer .footer_top dl{ /*width:7%; */padding-left: 3%; padding-right: 1%;border-left:1px solid #e6e6e6;margin-left:-1px;margin-top: 30px; margin-bottom: 30px;height: 200px;}
.footer .footer_top dl dd{font-size: 13px;color:#5a5a5a;line-height: 2.2;}
.footer .footer_top dl dt{font-size: 18px;color:#000;font-weight: bold;margin-bottom: 15px;}
.footer .footer_top .contant4 .bdsharebuttonbox span{font-size: 13px;color:#5a5a5a;margin-top:20px;}
.footer .footer_top .app{width:202px;background:#efefef;padding-top:25px;margin-top: 0; margin-bottom: 0;height: 243px;border-left: 0;margin-left: 0;}
.footer .footer_top .app .app_center{margin-top:15px;}
.footer .footer_top .app .footer_inp{margin-top: 10px;padding-left:10px;padding-right: 10px;width:160px;height:32px;background:url(../img/footer_search_13.jpg) 95% center no-repeat #fff;border: 1px #d1d1d1 solid;}

/*百度分享*/

 .bdsharebuttonbox{height: 45px;overflow: hidden;margin-top:11px;}
.contant1 .bdsharebuttonbox a { width: 36px; height: 33px;float: none; display: inline-block; padding: 0; background: url(../img/99.png) no-repeat;margin-left: 0px;  border-radius: 30px;border:1px solid #d9d9d9; transition:0s;}

 .contant1 .bdsharebuttonbox .bds_weixin {background-position: 2px -2px;}
 .contant1 .bdsharebuttonbox .bds_qzone {background-position: -35px -1px;}
 .contant1 .bdsharebuttonbox .bds_tsina {background-position: -73px -1px;}
.contant1 .bdsharebuttonbox .bds_sqq{background-position: -112px -1px;}
.contant1 .bdsharebuttonbox .bds_tqq{background-position: -150px -1px;}
.contant1 .bdsharebuttonbox .bds_weixin:hover{background-position: 2px -42px;}
 .contant1 .bdsharebuttonbox .bds_qzone:hover {background-position: -35px -43px;}
 .contant1 .bdsharebuttonbox .bds_tsina:hover {background-position: -73px -43px;}
.contant1 .bdsharebuttonbox .bds_sqq:hover{background-position: -112px -43px;}
.contant1 .bdsharebuttonbox .bds_tqq:hover{background-position: -150px -43px;}

/*产品详情*/
.pqcl_pro_info{position: relative;}
.pro_info_titbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #dc2330;
    z-index: -1;
}
.pro_info{width: 100%;}
.pro_info .tab_b{height: 120px;text-align:right;}
.pro_info .tab_t{width: 170px;height: 100px;
    padding-top: 20px; text-align: center;font-size: 18px;color:#fff;}
.pro_info .tab_t_cur{background:#e60013;}
.pro_info .tab_c{padding: 40px 0;min-height: 100px;}
.pro_icon { display:inline-block; width:45px; height:43px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent;
    *text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.pro_icon:before {content:'\3000';}
.pro_icon.pro_icon1 { background-position:0 0;}
.pro_icon.pro_icon2 { background-position:0 -43px;}
.pro_icon.pro_icon3 { background-position:0 -86px;}
.pro_icon.pro_icon4 { background-position:0 -129px;}
.pro_icon.pro_icon5 { background-position:0 -172px;}
.pro_icon.pro_icon6 { background-position:0 -215px;}
.pro_icon.pro_icon7 { background-position:0 -258px;}

.pro_info_top .info_tit{
    position: relative;
    font-size: 33px;
    color: #333;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.pro_info_top .info_tit i{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -33px;
    display: block;
    width: 66px;
    height: 3px;
    background-color: #dc2330;

}
.pro_info_top .info_desc{
    padding: 20px 0;
    font-size: 16px;
    color: #5a5a5a;
    text-align: center;
}
.pro_info_bottom .pro_spec_info{
    height: auto;
    margin-bottom: 33px;
    background-color:#f9f9f9;
}
.pro_info_bottom .pro_spec_info .img_box{
    width: 50%;
    height:0;
    overflow: hidden;
    padding-bottom:20%;
    position:relative;
}
.pro_info_bottom .pro_spec_info .img_box>img{position:absolute;width:100%;height:100%;}
.pro_info_bottom .pro_spec_info .content_box{
    width: 40%;
    background-color: #f9f9f9;
    padding: 30px 5% 0;
    transition: background-color .3s;
}
.pro_info_bottom .pro_spec_info .content_box h4{
    position: relative;
    font-size: 24px;
    color: #5a5a5a; padding-bottom: 10px;

}
.pro_info_bottom .pro_spec_info .content_box h4 i{
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    height: 2px;
    width: 50px;
    background-color: #5a5a5a;
}
.pro_info_bottom .pro_spec_info .content_box .content_desc{
    height: 78px;
    padding-top: 5px;
    line-height: 25px;
    overflow: hidden;
    color: #5a5a5a;
}
.pro_info_bottom .pro_spec_info.hover .content_box{
    background-color: #e61232;
}
.pro_info_bottom .pro_spec_info.hover .content_box h4{
    color: #fff;
}
.pro_info_bottom .pro_spec_info.hover .content_box h4 i{
    background-color: #fff;
}
.pro_info_bottom .pro_spec_info.hover .content_box .content_desc{
    color: #fff;
}
.pro_info_top .pro_info_desc{padding:20px 0;}


/* 解决方案 */
.solution{padding-top:170px;padding-bottom: 0;background: url(../img/bg_shangbanner2.jpg) no-repeat top center; background-repeat:no-repeat; background-attachment:fixed}
.solution_l{float: left;width: 34%;}
.solution_r{float: right;width: 66%;position: relative;}
.s_pos{float:right;width:100%;color:#fff;margin-top: -65px;text-align: right;}
.s_pos .a_font{color:#fff;}
.s_pos .a_font:hover{color:#e70014;}
.solution_l_t{font-size: 38px;color: #fff;display: inline-block;border-top:solid 3px #e60013;border-bottom:solid 3px #e60013;}
.solution_l_p{width: 308px;padding-right: 100px;margin-top: 20px;margin-bottom: 25px;font-size: 14px;color: #e4e4e4;}
.solution_navs li{float: left;width: 152px;height: 45px;line-height: 45px;background-color: #dadcdd;margin-right: 6px;margin-bottom: 10px;cursor: pointer;}
.solution_navs li a{padding-left: 38px;color: #5c5c5c;}
.solution_l .solution_navs li.on{background-color: #db1f2d;}
.solution_l .solution_navs li.on a{color: #fff;}
.solution_l .solution_navs li.on a{color:#fff;}
.solution_l .solution_navs li:hover{background-color: #db1f2d;color: #fff;}
.solution_l .solution_navs li:hover a{color:#fff;}

.solution_r{float:right;width: 66%;background-color: #fff;margin-bottom: 135px;}
.solution_r ._t{font-size: 32px;color: #333;padding-top: 25px;line-height: 55px;padding-right:30px;padding-left: 55px;}
.solution_r ._c{padding: 30px 40px 100px 55px;line-height: 25px;font-size: 14px;color: #5a5a5a;}
.solution .s_pos a{color:#fff;}

/* 业绩 */
.record{padding-top:170px;padding-bottom: 0;background: url(../img/bg_shangbanner2.jpg) no-repeat top center;background-repeat:no-repeat; background-attachment:fixed}
.record_l{float: left;width: 34%;}
.record_r{float: right;width: 66%;position: relative;}
.r_pos{float:right;width:100%;color:#fff;margin-top: -65px;text-align: right;}
.r_pos .a_font{color:#fff;}
.r_pos .a_font:hover{color:#e70014;}
.record_l_t{font-size: 38px;color: #fff;display: inline-block;border-top:solid 3px #e60013;border-bottom:solid 3px #e60013;}
.record_l_p{width: 308px;padding-right: 100px;margin-top: 20px;margin-bottom: 25px;font-size: 14px;color: #e4e4e4;}
.record_navs li{float: left;width: 152px;height: 45px;line-height: 45px;background-color: #dadcdd;margin-right: 6px;margin-bottom: 10px;cursor: pointer;}
.record_navs li a{padding-left: 38px;color: #5c5c5c;}
.record_l .record_navs li.on{background-color: #db1f2d;}
.record_l .record_navs li.on a{color: #fff;}
.record_l .record_navs li.on a{color:#fff;}
.record_l .record_navs li:hover{background-color: #db1f2d;color: #fff;}
.record_l .record_navs li:hover a{color:#fff;}

.record_r{float:right;width: 66%;background-color: #fff;margin-bottom: 100px;}
.record_r .r_widget{padding: 40px 30px 80px 40px;}
.record .r_pos a{color:#fff;}

/* job-2 start*/
.widget-job-2 ._jt { background-color: #efefef; height: 45px; line-height: 45px; margin-top: 10px;padding-left: 30px; overflow: hidden; *zoom: 1;cursor: pointer; }
.widget-job-2 ._jt._jt_act{background-color: #e60013;}
.widget-job-2 ._jt strong { float: left; width: 30%; text-align: left; color: #5a5a5a;font-size: 14px; }
.widget-job-2 ._jt span { float: right; }
.widget-job-2 ._jt .ion { font-size: 14px; color: #5a5a5a; }
.widget-job-2 ._jt .ion{padding-right: 20px;}
.widget-job-2 ._jt_act .ion { color: #fff; }
.widget-job-2 ._jt .ion2{display:block;}
.widget-job-2 ._jt .ion1{display:none;}
.widget-job-2 ._jt_act .ion1{display:block;}
.widget-job-2 ._jt_act .ion2{display:none;}
.widget-job-2 ._jt._jt_act strong{color: #fff;}
.widget-job-2 ._jc { display: none; }
.widget-job-2 ._jcon { padding: 25px;line-height: 24px;color: #5a5a5a;font-size: 14px; }
.widget-job-2 ._jcon ._t{height: 32px;line-height: 32px;font-size: 16px;color: #e60013;padding-bottom: 13px;}


@media only screen and (max-width: 40rem) {
 .widget-job-2 ._jt span {
 display: none;
}
}

/* 首页 */
.index_banner{height: 675px;overflow:hidden; position:relative; width:100%;}
.index_banner .slide_nav{position:absolute;left:0;bottom:40px;width: 100%;text-align: center;}
.index_banner .slide_nav a{display:inline-block;width: 15px;height: 15px;margin:0 5px 0 5px;;background-color: #fff;border-radius: 15px;font-size:0;cursor:pointer;}
.index_banner .slide_nav .on{width: 40px;}
.index_banner li img {position: absolute; top: 0; left: 50%; width: 1920px; height: 100%; max-width: none; margin-left: -960px; }

.floor1{background-color: #b31114
;}
.floor1 .l{width: 60%;padding:40px 0 50px 0;background-color: #b31114
;}
.floor1 .l li{float:left;width:30%;}
.floor1 .l li .ion{float:left;display:block;width: 50px;height: 50px;line-height: 50px;margin:42px 17px 38px 50px;    transition: all 0.3s ease; transform: rotateY(0);}
.floor1 .l a:hover .ion{transform: rotateY(180deg); }
.floor1 .l li ._t{float:left;padding:42px 0 35px 0;}
.floor1 .l li ._t1{line-height: 56px;font-size: 17px;color: #fff;}
.floor1 .l li ._t2{line-height: 24px;font-size: 13px;color: #EABCBC;white-space: normal;}
.floor1 .l li:last-child ._t1{line-height: 56px;}
.floor1 .l li:last-child ._t2{display:none;}
.floor1 .l li .ion1{background-image:url('../img/index_1.png');background-position:0 0;background-repeat: no-repeat;  }
.floor1 .l li .ion2{background-image:url('../img/index_1.png');background-position:-50px 0;background-repeat: no-repeat;  }
.floor1 .l li .ion3{background-image:url('../img/index_1.png');background-position:0 -50px;background-repeat: no-repeat;  }
.floor1 .l li .ion4{background-image:url('../img/index_1.png');background-position:-50px -50px;background-repeat: no-repeat;  }
.floor1 .l li .ion5{background-image:url('../img/index_1.png');background-position:0px -100px;background-repeat: no-repeat;  }
.floor1 .l li .ion6{background-image:url('../img/index_1.png');background-position:-50px -100px;background-repeat: no-repeat;  }


.floor1 .right_box{width: 40%;height: 350px; padding-top:0;}
.floor1 .right_box a{display:block;padding:50px 0px 50px 68px;}
.floor1 .right_box a ._n{color:#1c6fcd
; font-size: 34px;line-height: 44px;font-family: Impact;}
.floor1 .right_box a ._t{line-height: 45px;font-size: 28px;color: #161616;}
.floor1 .right_box a .border{display:block;width: 36px;height: 5px;margin:12px 0 12px 0;background:url(../../../img/xiahua.png);
;}
.floor1 .right_box a ._c{line-height: 22px;font-size: 13px;color: #302f2f;max-height: 128px;overflow:hidden; }
.floor1 .right_box a:hover ._t{color: #1c6fcd
;}

.floor2{background-color: #fafbfa;padding:81px 0 50px 0; border-top:1px solid #CCC;}
.floor2 .l{width: 30%;height: 320px;}

.floor2 .r{width: 66%;}
.floor2 .r li{background-color: #f0f0f0;height: 320px;}
.floor2 .r li a{display: block;width: 100%;height: 100%;}
.floor2 .r .new1 ._c{padding:20px 30px 0 15px;}
.floor2 .r .new1 ._c1{line-height: 30px;font-size: 16px;color: #333;}
.floor2 .r .new1 ._c2{height: 50px;line-height: 25px;overflow: hidden;font-size: 13px;color: #757575;}
.floor2 .r .new1 a:hover ._c1{color: #db172e;}


/* .floor2 .r {height: 10em; width:32em; display:none;margin-bottom:2em;}
.floor2 .r li {width:10em; background:yellow;} */
.floor2 .r .arrs{position: absolute; top:50%; width:2em;height: 2em;margin-top: -1em;}
.floor2 .r .arr_prev{left:0;}
.floor2 .r .arr_next{right:0;}
.floor2 .r .scroll_nav{position:absolute;left:0;top:0;}
.floor2 .r .scroll_nav .on{color:#39f;}

.floor2 .r .new2{padding:20px 30px 0 20px;height: 300px;}
.floor2 .r .new2 ._date{color: #b8b8b8;font-size: 21px;line-height: 36px;border-bottom: solid 1px #b8b8b8;}
.floor2 .r .new2 ._time{color: #b7b7b7;font-size: 13px;line-height: 24px;}
.floor2 .r .new2 ._t{height: 50px;line-height: 25px;font-size: 16px;color: #333;margin-top: 12px;margin-bottom: 20px;}
.floor2 .r .new2 ._c{line-height: 25px;font-size: 13px;color: #757575;}

.floor2 .r .new2 ._tip{display:inline-block;margin-top: 20px;line-height: 20px;font-size: 13px;color: #757575;}
/*floor3 heqinglin*/
.floor3{margin-bottom:0px;}
.floor3 ul .item{width:25%; height:390px; position:relative; font-size:0;text-align:center; cursor:pointer;}
.floor3 .item .item_bg{width:100%;height:100%;}
.floor3 .item .mask{position:absolute; top:0; left:0;right:0;bottom:0;}
.floor3 .item .mask .bg{position:absolute; top:0; left:0;right:0;bottom:0; background-color:#335167; opacity:0.3;filter: alpha(opacity=60);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));}
.floor3 .item .mask .other_bg{opacity: 0.82; filter: alpha(opacity=82); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(82));}
.floor3 .item .mask .content{  position:absolute; left: 0; right: 0;top: 100px;bottom: 0; -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .content .item_img_panel{position: relative;width: 25%; height: 68px; display: inline-block;}
.floor3 .item .mask .item_img,.floor3 .item .mask .item_img_hover{  position: absolute;left: 0;right: 0;top: 0;width: 100%;display: inline-block;opacity: 1;filter: alpha(opacity=100);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .item_img_hover{opacity:0;  filter: alpha(opacity=0);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));}
.floor3 .item .mask .line_panel{padding: 0;margin: 0;font-size: 0;line-height: 0;margin-top: 20px;-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .line_panel .line{width: 20px;height: 2px;background: #fff;display: inline-block;opacity: 1;filter: alpha(opacity=100);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .item_tit{color: #fff; font-size: 22px; line-height: 24px; margin: 0; padding: 0; margin-top: 24px; font-weight: bold;}
.floor3 .item .mask .item_desc{font-size: 14px;color: #fff;text-align: center; margin-top: 30px; padding: 0px 23px; line-height: 24px; height: 72px;   -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .item_desc{opacity:0; filter: alpha(opacity=0);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));}
.floor3 .item .mask .item_link{display: inline-block; border: 1px solid #fff; width: 120px; height: 36px; line-height: 36px; font-size: 14px; color: #fff; text-decoration: none; margin-top: 62px;   -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.floor3 .item .mask .item_link{opacity:0;  filter: alpha(opacity=0);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));}
.floor3 .item a:hover .mask .bg{ opacity:0.6;filter: alpha(opacity=60);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));}
.floor3 .item a:hover .mask .item_img{opacity:0; filter: alpha(opacity=0);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));}
.floor3 .item a:hover .mask .item_img_hover,.floor3 .item a:hover .item_desc,.floor3 .item a:hover .item_link{opacity:1;filter: alpha(opacity=100);-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));}
.floor3 .item a:hover .content{top:50px;}
.floor3 .item a:hover .mask .item_tit{margin-top:5px;}
.floor3 .item a:hover .item_desc,.floor3 .item a:hover .item_link{margin-top:50px;}
.floor3 .item a:hover .line_panel{margin-top:0;}
.floor3 .item a:hover .line_panel .line{display:none;}
.floor4 {margin-bottom:40px; margin-top:40px;display: none;}
.floor4 .num_con .number_box{text-align:center;border-right:1px solid #dadada;}
.floor4 .num_con .number_box i{font-size: 45px; font-family: Impact; font-weight: normal; line-height:90px; color:#737373;}
.floor4 .num_con .number{font-size: 45px; font-family: Impact; font-weight: normal; line-height:90px; color:#737373;}
.floor4 .num_con .number_box .unit{margin-left:3px;}
.floor4 .num_con .text_box{text-align:center; font-size:16px;color:#737373;line-height:32px;}
.rect-55{padding-bottom:55%;}
.floor2 .video_con{cursor:pointer; border-top:1px solid #CCC;}
.floor2 .tit_box{float:left;width:80%;}
.floor2 .tit_box .icon_box{display: none;}
.floor2 .icon_box span{margin-right:10px;}
.floor2 .info_box{padding:30px 20px; background-color:#f0f0f0;}
.floor2 .tit_box .tit{font-size:24px; color:#010101; line-height:26px;padding-bottom:10px;}
.floor2 .arrow_box{float:left;width:20%;}
.floor2 .arrow_box i{font-size:30px; line-height:58px; text-align:center; color:#b3b3b3; font-weight:normal;}
.floor2 .video_box .mask_play{width:70px; height:70px; background:url(../img/play.png) center center no-repeat; position:absolute; left:50%; margin-left:-35px;top:50%;margin-top:-35px;} 
.floor2 .r .scroll_nav{display:none;}
.floor2 .r_scroll_con{height:320px;}
.floor2 .r .new2{padding:0; height:320px;}
.floor2 .r li a{width:auto;height:auto;padding:20px 30px 0px 20px;}
.floor2 .r .arr_prev{width:29px; height:50px;background-image:url(../img/inews_arrs.png); display:none;}
.floor2 .r .arr_next{width:29px; height:50px;background-image:url(../img/inews_arrs.png); background-position:-29px 0; display:none;}
/*首页横向滚动改结构后的样式*/
.floor2 .type1 ._top{display:none;}
.floor2 .r .type1 ._t{white-space:normal; height:40px; overflow:hidden; text-overflow:ellipsis; line-height:20px;}
.floor2 .r .type1 ._tip{display:none;}
.floor2 .r .type1 ._c{height:50px; overflow:hidden;}
.floor2 .r .type2 ._c{height:75px; overflow:hidden;}
.floor2 .type2 .img_con{display:none;}
.floor2 .l{background-color:#f0f0f0;}
.floor2 .r .new2{overflow:hidden;}
.floor2 .r .new2 ._t{overflow:hidden;}
/*floor1样式覆盖*/
.floor1 .fl1_con{padding-left:5%;}
.floor1 .l li{padding:38px 0;}
.floor1 .l li .ion{margin:0; margin-right:20px;}
.floor1 .l li ._t{padding:0;}
/*20161028*/
.n_banner .box_wrap .bread{position:static; margin-bottom:10px;}
.n_banner .box_wrap .detail{width:100%;}
.n_banner .box_wrap .detail li{width:11%;}
.n_banner .bg_banner{width:100%;}
.ab_sec1{width:1200px; margin:auto;}
.sec3_att .sec3_tit{font-size: 35px; line-height:35px; text-align:center; color:#414141; height:35px; background:url(../img/iline01.png) center center no-repeat;}
.channel.about_contact{margin-top:0; width:100%;}
.about_contact .cbanner{width:100%;}
.head_r li{height:28px;}
.about_contact ._txt_box ._bd a:hover{color:#fff;}
.about_contact .con_list .item ._hr{background-color:#b31114
;}
.job .down .item ._join_us{color:#e70014;}

.floor2 .r .arr_next{right:0px;}
.floor4{width:1200px; margin-left:auto; margin-right:auto;}
.contant1 .bdsharebuttonbox a{width:36px; height:36px;}
.contant1 .bdsharebuttonbox .bds_weixin{background-position: 2px 0px;}
.contant1 .bdsharebuttonbox .bds_qzone{background-position: -35px 0px;}
.contant1 .bdsharebuttonbox .bds_tsina{background-position: -72px 0px;}
.contant1 .bdsharebuttonbox .bds_sqq{background-position: -112px 0px;}
.contant1 .bdsharebuttonbox .bds_tqq{background-position: -150px 0px;}
/*20161031*/
.solution_l .solution_navs{width:316px;}
.n_banner .box_wrap .detail li{width:auto;}
.n_banner .box_wrap .detail li{width:auto; padding:0 30px;}
.about_contact .pannel{margin-top:30px;}
.floor1 .wrap{position:relative;}
.floor1 .bg_mask_ab{position:absolute; left:60%; background-color:#eaeaea; width:1200px; height:100%;}
.floor1{background:url(../../../img/about_bg.jpg);}
.floor1 .l{background-color:transparent;}
.floor1 .fl1_con{padding-left:0;}
/* history-2 start*/
.widget-history-2 { background: #ffffff; cursor: default; }
.widget-history-2 ._year { position: relative; height: 40px; margin-bottom: 20px; border-bottom: 1px dotted #333333; }
.widget-history-2 ._year strong { position: absolute; width: 86px; height: 66px; padding-top: 20px; background: url(../img/year.png) no-repeat; left: 0; top: 0; text-align: center; font-size: 16px; color: #b31114
; line-height: 1.1em; font-size: 22px; }
.widget-history-2 ._year span { color: #c9c9c9; display: block; font-size: 18px; }
.widget-history-2 ._list li { padding: 20px 20px 20px 88px; background: url(../img/list.png) 34px 0 no-repeat; color: #555555; }
.widget-history-2 ._list li strong { display: block; font-size: 20px; line-height: 42px; }
.widget-history-2 ._list li:hover { background: url(../img/list_hover.png) 33px 0 no-repeat; color: #b31114
; text-decoration: underline; }
@media only screen and (max-width: 40rem) {
.widget-history-2 ._list li { padding-left: 60px; }
}

.n_banner .box_wrap .detail{width:auto;}
.ab_sec1 .video_left .video_new_tit{font-size:72px; line-height:72px; font-family:Arial; color:#e6e6e6;}
.video_left p{line-height:1.8;}
.ab_sec1 .video_right .pad{overflow:hidden;}
.ab_sec1 .video_right .pad 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;}
.ab_sec1 .video_right .pad: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);}
.pqcl_pro .s_pos a{color:#fff;}
.n_banner .box_wrap .bread_type{margin-bottom:55px;}
.head_r .li04{ float:left;}
.head_r .li03{position:relative;}
.head_r .li03:after{content:"";width:1px; height:10px; background-color:#fff; position:absolute; right:0; top:50%; margin-top:-5px;}
.nav_bar .wrap .nav .nav_li:after{content:"";border-top: 15px solid #3d3d3d;border-left: 15px solid transparent; border-right: 15px solid transparent; position:absolute; top:0; left:50%; margin-left:-15px; width:0; height:0; display:none;}
.nav_bar .wrap .nav .nav_li:hover:after{display:block;}
/*招聘表单*/
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { margin-top: 10px; position:relative;}
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; }
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0;height: 100px;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer;height: 32px;}
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px;}
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button {border: none;font-size: 20px;border-radius: 0;height: 42px;line-height: 32px;width: 140px;padding: 0;color: #f5eccd; cursor:pointer;}
.Form-J1 .Form-J1-Btn ._submit { background:#004a9e; margin-right: 10px; }
.Form-J1 .Form-J1-Btn ._reset { background: #909090; }
.Form-J1 .Validform_wrong{ position:absolute;top:5px;right:19%;}


.pdet-bottom ._detailPage_bottom {border-top: 1px solid #cccccc; margin-top:30px;}
.pdet-bottom ._detailPage_bottom li {line-height: 30px; overflow: hidden; height: 30px;  padding: 0 10px; border-bottom: 1px solid #cccccc; }
.pdet-bottom ._detailPage_bottom ._mark {font-weight: bold; float: left; margin-right: 10px; }
.pdet-bottom ._detailPage_bottom ._title {font-size: 14px;  float: left; width: 68%;}
.pdet-bottom ._detailPage_bottom ._title:hover { color: #9a5d2b;}
.pdet-bottom ._detailPage_bottom ._time { float: right;}      


/*2016-11-01*/
.rolling > .rolling-box .tansDelay00{transition-delay: 0s;-webkit-transition-delay: 0s;}
.rolling > .rolling-box .tansDelay200{transition-delay: .2s;-webkit-transition-delay: .2s;}
.rolling > .rolling-box .tansDelay400{transition-delay:.4s;-webkit-transition-delay: .4s;}
.rolling > .rolling-box .tansDelay600{transition-delay: .6s;-webkit-transition-delay: .6s;}
.rolling > .rolling-box .tansDelay800{transition-delay: .8s;-webkit-transition-delay: .8s;}
.rolling > .rolling-box .tansDelay1000{transition-delay:1s;-webkit-transition-delay: 1s;}
.rolling > .rolling-box .tansDelay1200{transition-delay: 1.2s;-webkit-transition-delay: 1.2s;}
.rolling > .rolling-box .tansDelay1400{transition-delay: 1.4s;-webkit-transition-delay: 1.4s;}

.rolling > .rolling-box {
    -webkit-perspective:1300px;
    -o-perspective:1300px;
    -ms-perspective:1300px;
    perspective:1300px;
    -webkit-transform-style:preserve-3d;
    -o-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
.rolling .is_animated {
    -webkit-transition-duration:1.2s;
    -webkit-transition-property:-webkit-transform,opacity;
    -webkit-transition-delay:.15s;
    -webkit-transition-timing-function:'ease-in-out';
    -moz-transition-duration:1.2s;
    -moz-transition-property:all;
    -moz-transition-delay:.15s;
    -moz-transition-timing-function:'ease-in-out';
    -o-transition-duration:1.2s;
    -o-transition-property:transform,opacity;
    -o-transition-delay:.15s;
    -o-transition-timing-function:'ease-in-out';
    -ms-transition-duration:1.2s;
    -ms-transition-property:transform,opacity;
    -ms-transition-delay:.15s;
    -ms-transition-timing-function:'ease-in-out';
    transition-duration:1.2s;
    transition-property:transform,opacity;
    transition-delay:.15s;
    transition-timing-function:'ease-in-out';
    -webkit-transform:rotatex(-80deg) translateZ(0);
    -ms-transform:rotatex(-80deg) translateZ(0);
    transform:rotatex(-80deg) translateZ(0);
    -webkit-transform-origin:0 0 0;
    -ms-transform-origin:0 0 0;
    transform-origin:0 0 0;
    opacity:0
}
.rolling .is_animated.revealed {
    -webkit-transform:rotatex(0) translateZ(0);
    -ms-transform:rotatex(0) translateZ(0);
    transform:rotatex(0) translateZ(0);
    opacity:1
}

/*招聘详细*/
.jdet-name{ background:#608db0; line-height:64px; height:64px; font-size:26px; font-weight:bold; color:#fff; text-align:center; overflow:hidden; margin-bottom:60px;}
.job-detmain dl{ overflow:hidden; margin-bottom:40px; }
.job-detmain dt{ width:15%; float:left; margin-right:2%;  }
.job-detmain dd{ width:82%; float:right; border-top:1px solid #ddd; padding-top:15px; }
.job-detmain dd ._title{font-size:18px; font-weight:bold; color:#e7463c; margin-bottom:5px; }
.job-detmain dd ._sum{ line-height:30px;}
.job-detmain dd ._sum strong{font-size:20px;color: #b31114
;}
.job-detmain dd ._app_btn{ display:block; width:362px; height:34px; line-height:34px;  color:#fff; text-align:center; margin-top:40px; background:#b31114
; font-size:16px;}

@media only screen and (max-device-width:760px){
    .jdet-name { height:50px; font-size:22px; line-height:50px; }
    .job-detmain ._num_l { display:none; }
    .job-detmain dd { float:none; width:100%; max-width:600px; margin-left:auto; margin-right:auto; }
}

/*新闻动态*/
.news_active{padding:86px 0 100px;position: relative;}
/* newslist-8 start*/
.widget-newstop-8 {margin-top: 45px; background:#eeeeee; margin-bottom:37px;}
.topnews,.news-search { height:0; padding-bottom:30%; overflow:hidden; position:relative; background-color: #fbfbfb;}
.topnews { width:100%;float:left;}

.tn_wrap,.tn_cell { width:100%; height:100%; position:absolute; overflow:hidden; }
.topnews .tn_img{ float:left; width:38%;position: relative;}

.topnews .tn_img .news_info{ right: 0; bottom: 0; z-index: 1; width: 206px; height: 114px; padding: 0 22px; padding-top: 42px; background-color: rgba(201,21,30,.6);}
.topnews .tn_img .news_tit{ max-height: 60px; font-size: 18px; color: #fff; line-height: 30px; overflow: hidden;}
.topnews .tn_img .news_date{ font-size: 15px; color: #f0cdce;}
.tnimg_c{position: absolute; bottom: 0;right: 0;left: 50%;}
.topnews ._nr{ float:right; width:55%; margin-right:4%;padding-top: 20px;}
.topnews ._nr a{display: block; margin-bottom:20px;}
.topnews ._title{color: #212121; font-size:18px;font-weight: normal; margin-bottom:5px; color:#333333;}
.topnews ._sum{color: #7c7c7c; font-size:14px; line-height:24px; height:48px; overflow:hidden; margin-bottom:6px; }
.topnews a:hover ._title {color: #c9151e;}

.nl_list{margin-bottom: 0;}
.nl_list li { clear:both; overflow:hidden; padding:23px 55px 25px 25px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;background-color: #fff;border-bottom: 1px solid #e5e5e5;}
.nl_list ._date1 { width:135px;  float:left; color:#c8c8c8; font-size: 34px;margin-right: 30px;padding-top: 10px;text-align: right;}
.nl_list ._date1 ._d1 { font-size:12px; display: block;text-align: right;margin-bottom: -10px;}

.nl_list ._intro { overflow:hidden; } 
.nl_list ._title { font-size:20px; height:30px; line-height:30px; font-weight:normal; color:#080707; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; margin-bottom: 15px;}
.nl_list ._text { line-height:1.6em; height:3.2em; overflow:hidden; margin-bottom: 35px;}
.nl_list li ._more { color:#9f9f9f; }

.nl_list li:hover { background-color:#f4f4f4; }
.nl_list li:hover a,.nl_list li:hover ._title,.nl_list li:hover ._title,.nl_list li:hover ._more { color:inherit; }
.nl_list li:hover ._title{font-weight: bold;}
.nl_list li:hover ._date1 {color:#c9151e;}
.nl_list li:hover ._more { color:#9f9f9f; }

/*yunwei*/
.yunwei_{position: relative;overflow: hidden;}
.yunwei_ .yunwei_l{float:left;width:23%;}
.yunwei_ .yunwei_l ul{width:85%;overflow: hidden;}
.yunwei_ .yunwei_l ul li{width:100%;height:44px;margin-bottom: 5px;line-height: 44px;text-align: center;}
.yunwei_ .yunwei_l ul li .p1{width:20%;background:url(../img/yunwei_pic1_03.png) #cbcbcb no-repeat 
    center center;height: 44px;}
.yunwei_ .yunwei_l ul li .p2{width:80%;background:#f2f2f2;}
.yunwei_ .yunwei_l ul li:hover .p1{background-color: #b31114
;}
.yunwei_ .yunwei_l ul li:hover  .p2{background-color: #c10712;}
.yunwei_ .yunwei_l ul li:hover a{color:#fff;}
.yunwei_ .yunwei_l ul li.on .p1{background-color: #b31114
;}
.yunwei_ .yunwei_l ul li.on .p2{background-color: #c10712;}
.yunwei_ .yunwei_l ul li.on a{color:#fff;}
.yunwei_ .yunwei_l .yunwei_b{width: 85%;position: relative;overflow: hidden;margin-top: 24px;
background:#f2f2f2;}
.yunwei_ .yunwei_l .yunwei_b .title{font-size: 20px;margin-left: 20px;margin-top: 10px;
font-weight: normal;}
.yunwei_ .yunwei_l .yunwei_b .en{position: relative;margin-top: 10px;margin-left: 10px;
margin-bottom: 20px;}
.yunwei_ .yunwei_l .yunwei_b .en .p{position: absolute;left:0;bottom: 0;height: 35px;
padding-left: 20px;width: 100%;line-height: 35px;color:#fff;
background:url(../img/black55_03.png) repeat;}
.rect-65{padding-bottom: 65%;}
.yunwei_  .yunwei_r{float:right;width: 74%;}
.yunwei_  .yunwei_r .p{font-size: 14px;line-height: 25px;}
.yunwei_  .yunwei_r .p2{margin-top: 40px;margin-bottom: 30px;}
.yunwei_  .yunwei_r .xia{padding:60px 0 40px;border-bottom: 1px dashed #e6e6e6;}
.yunwei_  .yunwei_r .xia dl .title{font-size: 18px;color:#b31114
;}
.yunwei_  .yunwei_r .xia dl  dt{width: 50%;float:left;margin-top: 10px;}
.yunwei_  .yunwei_r .xia dl  dt span{width: 5px;height: 5px;border-radius: 100%;
float:left;margin-top: 9px;margin-right: 10px;display: block;background-color:#333;}
.yunwei_  .yunwei_r .xia dl  dt p{font-size: 14px;float:left;}

/*products_detail*/
.cc_banner{position: relative;}
.cc_banner .bg_banner{height: 540px;width: 100%;display: block;position: relative;overflow: hidden;}
.cc_banner .bg_banner img{position:absolute;left:50%;margin-left: -960px;width:1920px;
top:-30px;max-width: none;height: 100%;}
.cc_banner .box_wrap{position:absolute;left:0;top:0;right:0;width:100%;}
.box_wrap .tab_wrap_{height: 424px;overflow: hidden;position: relative;}
.box_wrap .tab_wrap_ .tab_t_wrap{height: 62pxss;line-height: 62px;overflow: hidden;
background-color: #f0f0f0;margin-top: 140px;}
.box_wrap .tab_wrap_ .tab_t_wrap .tab_t_{width: 70%;margin-left: 15%;}
.box_wrap .tab_wrap_ .tab_t_wrap .tab_t{float:left;}
.box_wrap .tab_wrap_ .tab_t_wrap .tab_t.tab_t_cur a{color:#1c6fcd;}
.box_wrap .tab_wrap_ .tab_t_wrap .tab_t a{padding:0 28px;color:#000;}
.box_wrap .tab_wrap_ .tab_t_wrap .tab_t a:hover{color:#1c6fcd;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c{height: 222px;overflow: hidden;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c_{position: relative;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c .scroll_con{position: relative;height: 222px;}
.tab_c .arrs {
    display: none;
    position: absolute;
    top: 50%;
    width: 29px;
    height: 50px;
    margin-top: -25px;
    background-image: url(../img/inews_arrs.png);
    z-index: 2;
}
.scroll .arr_prev {
    left: 0;
}
.scroll .arr_next {
    right: 0;
    background-position: -29px 0;
}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c:hover .arrs{display: block;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li{float:left;background-color: #fff;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li .tab_c_l{width:45%;position: relative;height: 222px;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li .tab_c_l img{position: absolute;left:50%;
    margin-left: -50px;
top:50%;margin-top: -75px;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li .tab_c_r{  
     width: 40%;
    padding-left: 2%;
    float: right;
    padding-right: 5%;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li{position: relative;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li  .li_wrap{position: absolute;left:0;right: 0;
top:0;bottom:0;background:url(../img/black99_03.png) repeat;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li .tab_c_r .title{font-size: 15px;color:#000;
    margin-top: 28px;font-weight: normal;    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li .tab_c_r p{margin-top: 20px;line-height: 20px;margin-bottom: 15px;}
/*.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li:hover  .li_wrap{opacity:0;}*/
/*.box_wrap .tab_wrap_  .tab_c_wrap .tab_c{display: none;}
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c.on{display:block;}*/
/*.box_wrap .tab_wrap_  .tab_c_wrap .tab_c.tab_c_cur .li_wrap{opacity: 0;}*/
.box_wrap .tab_wrap_  .tab_c_wrap .tab_c li.on .li_wrap{opacity: 0;}
.ppt{padding:70px 0 0;}
.c_sec1{position: relative;overflow: hidden;}
.c_sec1_l{width: 100%;float:left;position: relative;}
.c_sec1_l .ig{position: absolute;left:0;top:0;font-size: 108px;color:#f5f6f6;z-index: -1;}
.c_sec1_l .title{font-size: 30px;color:#000;text-align: left;margin:60px 0 5px;}
.c_sec1_l .text{color:#d8dbdd;}
.c_sec1_l .bg_img img{margin-left: 5px;margin-top: 5px;}
.c_sec1_r{width: 40%;float:right;height: 100%;}
.c_sec1_r .c_sec1_{width: 80%;margin-left: 10%;}
.c_sec1_wrap .c_sec1_b{width:100%;float:left;}
.c_sec1_wrap .c_sec1_r{width:35%;float:left;margin-left:5%;}
.c_sec1_wrap .c_sec1_b .p{font-size: 15px;line-height: 30px;color:#5a5a5a;}
.c_sec1_wrap .c_sec1_b .p1{margin-top: 40px;margin-bottom:30px;}

.c_sec2{position: relative;overflow: hidden;background-color: #fcfcfc;}
.c_sec2_l {position:relative;width: 100%;}
.c_sec2_l .ig{position: absolute;left:0;top:0;font-size: 108px;color:#f5f6f6;z-index: -1;}
.c_sec2_l .title{font-size: 30px;color:#000;text-align: left;margin:60px 0 5px;}
.c_sec2_l .text{color:#d8dbdd;}
.c_sec2_l .bg_img img{margin-left: 5px;margin-top: 5px;}
.anquan{position: relative;overflow: hidden;border-bottom: 1px dashed #e4e4e4;
padding:55px 0 60px;}
.anquan li{background:url(../img/c_sec2_03.jpg) no-repeat left top;}
.anquan li .title{font-size: 26px;color:#000;margin-left: 100px;margin-right: 80px;}
.anquan li p{font-size: 14px;line-height: 28px;margin-top: 15px;margin-left: 100px;margin-right: 80px;}
.c_sec2_wrap{margin-top: 40px;}

.c_sec3{position: relative;overflow: hidden;}
.c_sec3_l {position:relative;width: 50%;float:left;padding-bottom: 50px;}
.c_sec3_l .ig{position: absolute;left:0;top:0;font-size: 108px;color:#f5f6f6;z-index: -1;}
.c_sec3_l .title{font-size: 30px;color:#000;text-align: left;margin:60px 0 5px;}
.c_sec3_l .text{color:#d8dbdd;}
.c_sec3_l .bg_img img{margin-left: 5px;margin-top: 5px;}

.culsList {margin: 0 auto;}
.culsList li { position: relative; background: #fff; margin-bottom: 12px;  overflow: hidden;transition: 200ms; -webkit-transition: 200ms;margin-right: 40px;border:1px solid #e5e5e5;line-height: 42px;
width: 550px;height: 42px;}
.culsList .name { position: absolute; top: 0; left: 0; bottom: 0; width: 42px; background: #de1938; text-align: center; color: #fff; line-height: 42px;height: 42px;color:#fff;font-size: 24px; }
.culsList .cli2 { background: #f6f6f6; }
.culsList { margin-top: 80px; }
.culsList li span{    display: block;
    width: 88%;
    margin-left: 10%;
    height: 42px;
    line-height: 42px;}


.c_sec4{position: relative;overflow: hidden;background-color: #fcfcfc;margin-bottom: 80px;}
.c_sec4_l {position:relative;width: 100%;float:left;padding-bottom: 50px;}
.c_sec4_l .ig{position: absolute;left:0;top:0;font-size: 108px;color:#f5f6f6;z-index: -1;}
.c_sec4_l .title{font-size: 30px;color:#000;text-align: left;margin:60px 0 5px;}
.c_sec4_l .text{color:#d8dbdd;}
.c_sec4_l .bg_img img{margin-left: 5px;margin-top: 5px;}
.c_sec4_l .tupian{margin-top: 70px;}
.c_sec4_r{width: 100%;float:left;margin-top: 0;}
.c_sec4_r ul li{font-size: 14px;line-height: 54px;}
.c_sec4_wrap .tupian{float:left;}

/*page*/
/* page-1 start*/
 .page{font-size: 12px; color: #777777; text-align: center; margin-top: 50px;}
  .page a{margin-right: 5px;}
   .page a.on{margin-right: 5px;color:#fff; background: #0081e8;}
 .page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
 .page .goprev{margin-right: 10px;}
 .page .gonext,.page .count {margin-left: 10px;}
 .page a:hover,.page span{color:#fff; background: #0081e8;}
 .page span.count { border: 0;background: 0;color: #777777;}
 .album_wrap .slide_wrap img { max-height: 80%!important;position: absolute!important;left:50%!important;margin-left: -300px!important;top:10%!important;}
 .album_ordinary .slide_c p{bottom:6%!important;}

/*cahnnel_content*/
.scrol_sec{margin-top:100px;margin-bottom: 100px;}
.pinpai-scroll{position: relative;height: 175px;overflow: hidden;}
.pinpai-scroll li{ width:20%; float:left;}
.pinpai-scroll li a._img { display: block; height: 0; overflow: hidden; padding-bottom: 72%; position: relative; }
.pinpai-scroll li a._img img { height: auto; left: 0; position: absolute; top: 0; width: 100%;
height: 100%; }
.pinpai-scroll li ._border{ border:1px dotted #eaeaea; position:relative; margin-left:-1px;}
.pinpai-scroll li ._cover{ display:none; width:100%; height:100%; background:rgba(231,70,60,.95); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99e7463c,endcolorstr=#99e7463c); color:#fff; position:absolute; top:0; left:0; text-align:center;}
.pinpai-scroll li ._title{ display:block; font-size:14px; margin-top:55px;}



.pinpai-scroll .arrs {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 50px;
    margin-top: -25px;
    background-image: url(../img/inews_arrs.png);
    z-index: 2;
}
.scroll .arr_prev {
    left: 0;
}
.scroll .arr_next {
    right: 0;
    background-position: -29px 0;
}


/*典型业绩*/
.dianxingyeji{padding:50px 0 80px;position: relative;}
/* newslist-7 start*/
.dianxingyeji .widget-newslist-7 { margin-bottom:20px; }
.dianxingyeji .widget-newslist-7 li { clear:both; overflow:hidden; padding:6px 10px; height:40px; line-height:40px; position:relative;}
.dianxingyeji .widget-newslist-7 ._time { width:12%; min-width:100px; float:left; font-family:Verdana; font-size:14px;}
.dianxingyeji .widget-newslist-7 ._title { width:83%; font-weight:normal; font-size:16px; float:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.dianxingyeji .widget-newslist-7 ._download { width:60px; height:40px; position:absolute; right:5%; top:6px; overflow:hidden;}
.dianxingyeji .widget-newslist-7 ._download img { position:absolute; left:0; top:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.dianxingyeji .widget-newslist-7 ._download img._hover { display:none; }

.dianxingyeji .widget-newslist-7 li:nth-child(odd),.widget-newslist-7 li.odd { background-color:#f7f7f7; }

.dianxingyeji .widget-newslist-7 li:hover a,.widget-newslist-7 li:hover ._title,.widget-newslist-7 li:hover ._time { color:#e61232; }
.dianxingyeji .widget-newslist-7 li:hover ._download img { display:none; }
.dianxingyeji .widget-newslist-7 li:hover ._download img._hover { display:block; }

@media only screen and (max-width:480px) { 
  .dianxingyeji .widget-newslist-7 ._time { width:auto; min-width:0; margin-right:10px; }
  .dianxingyeji .widget-newslist-7 ._title { width:65%; }
}

/*zhishiku*/
.zishiku{position: relative;padding:50px 0 80px;}
.record_zz{position: relative;width:100%;}
.zishiku .widget-job-2 ._jt { background-color: #efefef; height: 45px; line-height: 45px; margin-top: 10px;padding-left: 30px; overflow: hidden; *zoom: 1;cursor: pointer; }
.zishiku .widget-job-2 ._jt._jt_act{background-color: #e60013;}
.zishiku .widget-job-2 ._jt strong { float: left; width: 30%; text-align: left; color: #5a5a5a;font-size: 14px; }
.zishiku .widget-job-2 ._jt span { float: right; }
.zishiku .widget-job-2 ._jt .ion { font-size: 14px; color: #5a5a5a; }
.zishiku .widget-job-2 ._jt .ion{padding-right: 20px;}
.zishiku .widget-job-2 ._jt_act .ion { color: #fff; }
.zishiku .widget-job-2 ._jt .ion2{display:block;}
.zishiku .widget-job-2 ._jt .ion1{display:none;}
.zishiku .widget-job-2 ._jt_act .ion2{display:none;}
.zishiku .widget-job-2 ._jt._jt_act strong{color: #fff;}
.zishiku .widget-job-2 ._jc { display: none; }
.zishiku .widget-job-2 ._jcon { padding: 25px;line-height: 24px;color: #5a5a5a;font-size: 14px; }
.zishiku .widget-job-2 ._jcon ._t{height: 32px;line-height: 32px;font-size: 16px;color: #e60013;padding-bottom: 13px;}


@media only screen and (max-width: 40rem) {
 .zishiku .widget-job-2 ._jt span {
 display: none;
}
}

/*20161228 orgnize*/

.organize .pt1{padding:60px 0; min-height:200px;}
.rect-5633{padding-bottom:56.33%;}
.organize .pt2{padding-bottom:60px;}
/* job-2 start*/
.organize .widget-job-2 ._jt { background-color:#fff; height: 67px; line-height: 67px; margin-top: 10px; overflow: hidden; *zoom: 1; cursor: pointer; color:#3a3a3a; border:1px solid #cecece;}
.organize .widget-job-2 ._jt_act{ background-color: #9b9b9b; color:#fff;}
.organize .widget-job-2 ._jt strong { float: left; width: 30%;  font-size:18px; font-weight:normal;}
.organize .widget-job-2 ._jt span { float: right; }
.organize .widget-job-2 ._jt .ion { font-size: 18px; color:#cecece; }
.organize .widget-job-2 ._jc { display: none; }
.organize .widget-job-2 ._jcon { padding: 30px; background-color:#f4f4f4; }
.organize .widget-job-2 ._jt_act .ion { color:#fff; }
@media only screen and (max-width: 40rem) {
 .organize .widget-job-2 ._jt span {
 display: none;
}
}

/*20161228  xiazai*/
.xiazai{padding:60px 0;}
.xiazai .xiazai_l{width:23%; float:left;}
.xiazai .xiazai_r{width:74%; float:right;}
.xiazai .xiazai_l ul{width:85%; overflow:hidden;}
.xiazai .xiazai_l ul li{width:100%;height:44px;margin-bottom: 5px;line-height: 44px;text-align: center;}
.xiazai .xiazai_l ul li .p1{width:20%;background:url(../img/yunwei_pic1_03.png) #cbcbcb no-repeat 
    center center;height: 44px;}
.xiazai .xiazai_l ul li .p2{width:80%;background:#f2f2f2;}
.xiazai .xiazai_l ul li:hover .p1{background-color: #b31114
;}
.xiazai .xiazai_l ul li:hover  .p2{background-color: #c10712;}
.xiazai .xiazai_l ul li:hover a{color:#fff;}
.xiazai .xiazai_l ul li.on .p1{background-color: #b31114
;}
.xiazai .xiazai_l ul li.on .p2{background-color: #c10712;}
.xiazai .xiazai_l ul li.on a{color:#fff;}
.xiazai .xiazai_l .yunwei_b{width: 85%;position: relative;overflow: hidden;margin-top: 24px;
background:#f2f2f2;}
.xiazai .xiazai_l .yunwei_b .title{font-size: 20px;margin-left: 20px;margin-top: 10px;
font-weight: normal;}
.xiazai .xiazai_l .yunwei_b .en{position: relative;margin-top: 10px;margin-left: 10px;
margin-bottom: 20px;}
.xiazai .xiazai_l .yunwei_b .en .p{position: absolute;left:0;bottom: 0;height: 35px;
padding-left: 20px;width: 100%;line-height: 35px;color:#fff;
background:url(../img/black55_03.png) repeat;}
.rect-65{padding-bottom: 65%;}
.xiazai .xz_btn{width:120px; height:45px; line-height:45px; text-align:center; background-color:#de1937; color:#fff;}
.xiazai .xz_btn a{display:block; color:#fff}
.xiazai .xz_btn a:hover{color:#fff;}

@media only screen and (max-width: 40rem) {
 .xiazai .xiazai_l{width:100%; float:none; padding-bottom:30px;}
.xiazai .xiazai_r{width:100%; float:none;}
.xiazai .xiazai_l ul{width:100%;}
}
/*20161228 组织&下载end*/

/*20161228-wangzhong*/
/*视频列表*/
.rect-785{padding-bottom: 78.5%}
.video_list .top_pic{overflow: hidden}
.video_mb{display: block;position: absolute;top: 100%;width: 100%;height: 100%;background: url("../img/about15.png");background-repeat: no-repeat;background-size: cover;background-position: center;transition: 0.3s all ease;}
.video_ul>li .top_pic img{transition: 0.8s all ease;transition-delay: 0.4s}
.video_ul>li:hover .top_pic img{transform: scale(1.1,1.1);}
.video_ul>li:hover .video_mb{top: 0;}
.video_list .bottom_txt{padding: 10px 10% 10px 9%;  background-color: #bebebe;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.video_list .bottom_txt ._name{height: 3.2em;  overflow: hidden;  font-size: 16px;  line-height: 1.6;  color: #ffffff;}
.float_right{position: fixed;top: 40%;right: -5px;width: 55px;z-index: 99;}
.float_item{cursor: pointer;width: 55px;height: 55px;border-radius: 5px;background-color: rgba(96,103,111,0.9);margin-bottom: 1px;line-height: 67px;text-align: right;float: right;transition: 0.5s all ease;position: relative;z-index: 20;}
.float_right .tubiao{width: 21px;height: 21px;display: inline-block;background: url("../img/float_png.png");background-repeat: no-repeat;  margin-right: 17px;}
.float_right .liuyan_tb{background-position: 0 0}
.float_right .erweima_tb{background-position: -21px 0}
.float_right .tel_tb{background-position: -42px 0}
.float_right .top_tb{background-position: -63px 0}
.liuyan_lachang{width: 400px;border-radius: 0}
.liuyan_lachang .txt_dec{display: block}
.liuyan_form{position: absolute;z-index: 4;right: 0;top: 55px;width: 345px;height: 0;overflow: hidden;transition: 0.5s all ease;padding-right: 55px;display: none;}
.liuyan_form_show{height: 310px;}
.liuyan_zk{width: 400px;height: 55px;position: absolute;left: 55px;transition: 0.5s all ease;background:  rgba(96,103,111,0.9);text-align: center;line-height: 55px}
.erweima_zk{width: 300px;height: 55px;position: absolute;left: 55px;top: 56px;transition: 0.5s all ease;background:  rgba(96,103,111,0.9)}
.tel_zk{width: 300px;height: 55px;position: absolute;left: 55px;top: 112px;transition: 0.5s all ease;background:  rgba(96,103,111,0.9);text-align: center;line-height: 55px}
.float_right .txt_dec{color: #ffffff}
.zk_show{left: -345px;}
.zk_show2{left: -245px}
.close_liuyan,.close_erweima,.close_tel{text-align: center;line-height: 55px;width: 55px;height: 55px;background: #DC002E;display: none;float: right;font-size: 24px;color: #ffffff;cursor: pointer}
.liuyan_form .input_area{background: #DADADA;border: none;width: 70%;display: inline-block;height: 20px;margin-bottom: 5px;padding: 5px 15px 5px 15px}
.liuyan_form_box{padding: 15px;background: #ffffff}
.liuyan_form .form_name{width: 20%;display: inline-block;float: left;line-height: 30px}
.liuyan_form .liuyan_form_box textarea{width: 70%;height: 100px}
.lf_submit{width: 71px;height: 27px;background: url("../img/tj.png");background-repeat: no-repeat;color: #ffffff;border: none;margin-left: 20%}
.erweima_zk_area{z-index: 3;position: absolute;right: 0;top: 110px;width: 245px;height: 0;overflow: hidden;transition: 0.5s all ease;padding-right: 55px}
.erweima_area{text-align: center;padding: 15px 0;background: #ffffff}
.erweima_zk_area_show{height: 280px}
.float_right .txt_dec>a{color: #ffffff;font-size: 15px;cursor:default}
.float_right .txt_dec>a:hover{color: #ffffff;}
.float_delay500{transition-delay: 0.5s}
#footSearchForm{position: relative;
}
.footer .footer_top .app .bg_img{
    position: absolute;
    right: 21px;
    top: 11px;
    z-index: 10;
    width: 32px;
    height: 34px;
    background-color: #fff;
    border: none;
    background: url(../img/footer_search_13.jpg) 95% center no-repeat #fff;
}


/*2016-02-11 jack
*/
.nav_bar .wrap h4{float:left;}


/*20170221 heql*/
.rect-86{padding-bottom:86%;}
.topnews{padding-bottom:33%;}


/*2017-02-23 cong*/
.widget-newsdetail-8 ._head .s_title{font-size: 22px; color: #0a0a0a;}
.widget-newsdetail-8 ._head .news_from{padding-left: 10px;}
/*.c_sec1_l .bg_img img{margin-left: 0px;margin-top: 0px;}*/
.bdshare-button-style0-16 .bds_more .ion{color: #545454;}







@media only screen and (max-width:480px ) {

	.floor1 .l li{
		width:33%;
	}
	.index_banner .slide_nav{
		bottom:10px;
	}
}


.floor2 {
	overflow: hidden;
}

.floor2_main .owl-carousel{
	width:100%;
	position:relative;
}


.floor2_main .floor2_prev{
	position:absolute;
	top:30%;
	right:-30px;
	display: block;
	width:18px;
	height:30px;
	background:url(../img/in_right.jpg) no-repeat center;
	background-size:100% 100%;
}

.floor2_main .floor2_next{
	position:absolute;
	top:30%;
	left:-30px;
	display: block;
	width:18px;
	height:30px;
	background:url(../img/in_left.jpg) no-repeat center;
	background-size:100% 100%;
}

.floor2_title{
	margin-bottom: 48px;
	text-align: center;
}

.floor2_title h2{
	font-size:28px;
	line-height:28px;
	margin-bottom:4px;
	color:#333333;
	font-style:normal;
	font-weight: normal;
}

.floor2_title p{
	color:#999999;
	font-size:9px;
	margin-bottom:14px;
}

.floor2_title span{
	display: inline-block;
	width:30px;
	height:1px;
	background:#7297c6;
}


.floor2_m{
	border:1px solid #eaeaea;
	-webkit-box-shadow:0 0 20px #eaeaea;  
  	-moz-box-shadow:0 0 20px #eaeaea;  
	box-shadow:0 0 20px #eaeaea;  
}

.floor2_img{
	width:100%;
	height:180px;
	overflow: hidden;
	position:relative;
	
}

.floor2_m .floor2_img img{
	width:100%;
	height:100%;
	/*transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;*/
}
.floor2_m .floor2_img .line1,
.floor2_m .floor2_img .line2{
	position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
    transition: opacity 0.75s, transform 0.75s;
}
.floor2_m .floor2_img .line1{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.floor2_m .floor2_img .line2{
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.floor2_m:hover .floor2_img .line1,
.floor2_m:hover .floor2_img .line2 { opacity: 1; filter: alpha(opacity=100); -webkit-transform: scale(1); transform: scale(1); }
/*.floor2_m:hover .floor2_img img{
	transform:scale(1.2);
	-o-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
}*/

.floor2_m .floor2_img .floor2_img_jia{
	position: absolute;
	bottom:0;
	right:10%;
	z-index:2;
	opacity:0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.floor2_m:hover .floor2_img .floor2_img_jia{
	opacity: 1;
}

.floor2_m .floor2_mm{
	width:80%;
	height:85px;
	padding:28px 10% 0;
	position:relative;
	overflow: hidden;
}

.floor2_m .floor2_mm h4{
	text-align: center;
	margin-bottom:20px;
	font-size:14px;
	color:#101010;
	font-weight:normal;
	font-style:normal;
}

.floor2_m .floor2_mm p{
	font-size:14px;
	line-height:26px;
	color:#333333;
}

.floor2_m .floor2_mm .floor2_mm_go{
	position:absolute;
	left:0;
	right:0;
	bottom:-37px;
	height:37px;
	line-height:37px;
	width:100%;
	background:#1c70ce;
	text-align: center;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.floor2_m .floor2_mm .floor2_mm_go img{
	vertical-align: middle;
}

.floor2_m:hover .floor2_mm .floor2_mm_go{
	bottom:0px;
}


.floor_news{
	padding:50px 0 30px 0;
}

.TabTitle{
	text-align: center;
	margin-bottom: 50px;
}
.floor_news_title h2{
	font-size:28px;
	line-height:28px;
	margin-bottom:4px;
	color:#333333;
	font-style:normal;
	font-weight: normal;
}

.floor_news_title p{
	color:#999999;
	font-size:9px;
	margin-bottom:14px;
}

.TabTitle ul{
	overflow: hidden;
}  

.TabTitle ul li{
	display: inline-block;
	padding:0 20px;
	font-size:18px;
	line-height:18px;
	cursor:pointer;
}

.TabTitle ul li.active{
	color:#b41114;
}

.TabTitle ul li:nth-child(1){
	border-right:1px solid #b41114;
}
.floor_news_m,
.floor_news{
	overflow: hidden;
}

.floor_news_l{
	float:left;
	width:48%;
}

.floor_news_r{
	float:right;
	width:48%;
}

.floor_news_l img{
	width:100%;
	/*height:auto;*/
	display: block;
}

.floor_news_l h4{
	padding:16px 0;
	overflow:hidden;
	border-bottom:1px solid #ebebeb;
	margin-bottom:8px;
	font-weight:normal;
	font-style: normal;
	
}

.floor_news_l:hover h4 span{
	color:#b31114;
}

.floor_news_l h4 span{
	float:left;
	color:#555555;
	font-size:18px;
	line-height:18px;
}


.floor_news_l h4 i{
	float:right;
	color:#979797;
	font-size:13px;
	font-style: normal;
}

.floor_news_l p{
	color:#666666;
	font-size:14px;
	line-height:25px;
	text-indent:2em;
}

.floor_news_r ul li{
	overflow: hidden;
	padding:0 0 70px 0;
}

.floor_news_r ul li .in_mews_data{
	float:left;
	color:#e3e3e3;
	font-size:80px;
	line-height:80px;
	padding:0 15px;
	margin-right:15px;
	font-weight:bolder;
	border-right:1px solid #e3e3e3;
}


.floor_news_r ul li .in_news_m h4{
	overflow:hidden;
	line-height:24px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:10px;
	
}

.floor_news_r ul li .in_news_m h4 span{
	float:left;
	color:#666;
	font-size:15px;
}


.floor_news_r ul li .in_news_m h4 i{
	float:right;
	color:#979797;
	font-size:12px;
	font-style: normal;
}

.floor_news_r ul li .in_news_m p{
	color:#666666;
	font-size:13px;
	line-height:26px;
	text-indent:2em;
}

.floor_news_r ul li:hover .in_news_m h4 span{
	color:#b31114;
}

#myTab1_Content0,
#myTab1_Content1{
	overflow:hidden;
}
#myTab1_Content1{
	display: none;
}


#myTab1_Content1 ul li{
	overflow: hidden;
	padding:0 0 82.5px 2%;
	width:48%;
	float: left;
}

#myTab1_Content1 ul li .in_mews_data{
	float:left;
	color:#e3e3e3;
	font-size:80px;
	line-height:80px;
	padding:0 15px;
	margin-right:15px;
	font-weight:bolder;
	border-right:1px solid #e3e3e3;
}


#myTab1_Content1 ul li .in_news_m h4{
	overflow:hidden;
	line-height:24px;
	font-weight:normal;
	font-style: normal;
	margin-bottom:10px;
	
}

#myTab1_Content1 ul li .in_news_m h4 span{
	float:left;
	color:#666;
	font-size:15px;
}


#myTab1_Content1 ul li .in_news_m h4 i{
	float:right;
	color:#979797;
	font-size:12px;
	font-style: normal;
}

#myTab1_Content1 ul li .in_news_m p{
	color:#666666;
	font-size:13px;
	line-height:26px;
	text-indent:2em;
}

#myTab1_Content1 ul li:hover .in_news_m h4 span{
	color:#b31114;
}







/********neiye*********/


/*********about********/

.ab_banner{
	background:url(../img/about_banner.jpg) no-repeat center;
	background-size:auto 100%;
	height:1px;
}
.ab_banner .wrap{
	position:relative;
	width:100%;
	height:100%;
}

.ab_nav{
	position:absolute;
	bottom:0;
	right:35%;
}

.ab_nav a{
	display: inline-block;
	width:116px;
	text-align: center;
	height:46px;
	line-height:46px;
	color:#fff;
	background:#0086e9;
	margin-left:11px;
}

.ab_nav a:hover{
	color:#222325;
	background:#f8fcfd;
}

.about_m1{
	padding:65px 0 80px;
}



.about_m1 .video_right {
    width: 32%;
    position: relative;
	float:right;
}

.about_m1 .video_left {
    width: 63.5%;
	float:left;
}
.about_m1 .video_left .video_new_tit {
    font-size:65px;
    line-height:65px;
    font-family: Arial;
    color: #e6e6e6;
    font-style:normal;
}

.about_m1 .video_left h4 {
    font-size: 24px;
    color: #2c4f9e;
    margin:22px 0;
    font-weight: normal;
}

.about_m1 .video_left p {
    font-size: 14px;
    color: #4d4d4d;
    line-height:26px;
    text-indent:2em;
}
.about_m1 .video_right .pad{overflow:hidden;}
.about_m1 .video_right .pad 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;}
.about_m1 .video_right .pad: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);}

.box_wrap_in{
	margin-top:5%;
	margin-left:30%;
	width:600px;
	height:446px;
}
#youku-playerBox{
	width:auto!important;
	height:auto!important;
}

.box_wrap_out_posi{
	display: none;
	z-index:999999;
}
.box_wrap_title {
    padding-left: 1em;
    margin: 0;
    font-weight: 400;
    font-size: 1.1em;
    color: #fff;
}
.box_wrap_bar {
    position: relative;
    height: 46px;
    line-height: 46px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.box_wrap_close {
    position: absolute;
    right: 0;
    top: 0;
}

.box_wrap_close a {
    font: 700 1.5em/20px Tahoma;
    padding: .5em;
}
.box_wrap_close a, .box_wrap_msg_clo {
    text-align: center;
    cursor: pointer;
}
.box_wrap_close a, .box_wrap_close a:hover {
    text-decoration: none;
}


.ab_time{padding:72px 0 48px;background:#f2f2f2;}
.ab_time .universe{text-align: center;}
.ab_time .universe li{float:left;width:24.5%;border-right:1px solid #2c4f9e;
position: relative;}
.ab_time .universe li .digit .odometer{font-size: 48px;color:#2c4f9e;font-family: Impact;}
.ab_time .universe li .digit span{color:#2c4f9e;}
.ab_time .universe li .p{color:#2c4f9e;margin-top:18px;padding: 0 5%;}



.about_main2{
	padding:70px 0 77px;
	border-bottom:1px solid #f0f1ef;
	overflow: hidden;
}

.about_m2{
	background:url(../img/ab_m2_bg.jpg) no-repeat center;
	background-size:100% 100%;
	padding:75px 0 59px 0;
}

.about_m2_l{
	width:38%;
	float:left;
	border:1px solid #e7e5e5;
}

.about_m2_l_img img{
	display: block;
	width:100%;
	height:auto;
}

.about_m2_l_m{
	color:#fff;
	background:#b41114;
	padding:20px;
	font-size:15px;
	line-height:25px;
}

.about_m2_r{
	padding-top:29px;
	width:49%;
	float:right;
	margin-right:10%;
}

.about_m2_r h3{
	text-align: center;
	color:#b41114;
	font-size:25px;
	margin-bottom:25px;
}

.about_m2_r p{
	text-indent:2em;
	color:#666666;
	font-size:14px;
	line-height:22px;
}


.about_m2_r div{
	text-align: right;
	margin-top:20px;
}



.about_main3{
	padding:90px 0 50px;
	border-bottom:1px solid #f0f1ef;
	overflow: hidden;
}


.about_m3_l{
	float:left;
	width:42%;
	margin-left:1.5%;
	/*padding-top:40px;*/
}


.about_m3_r{
	float:right;
	width:55%;
}

.about_m3_r img{
	width:100%;
	height:auto;
}


.about_m3_l h3{
	text-align: center;
	color:#1c70ce;
	font-size:24px;
	margin-bottom:42px;
	font-style:normal;
	font-weight:normal;
}

.about_m3_l p{
	color:#454545;
	font-size:15px;
	line-height:30px;
}


.about_main4{
	padding:41px 0 36px;
}

.about_m4_title{
	text-align: center;
	margin-bottom:38px;
	color:#1c70ce;
	font-size:29px;
}


.about_m4 .owl-carousel{
	width:80%;
	margin:0 auto;
	position:relative;
	display: none;
}

.about_m4 .owl-carousel .about_m4_prev{
	position:absolute;
	top:32%;
	left:-40px;
}

.about_m4 .owl-carousel .about_m4_next{
	position:absolute;
	top:32%;
	right:-40px;
}







#focus_Box{position:relative;width:990px;height:365px;margin:0px auto;}
#focus_Box ul{position:relative;width:990px;height:365px;}
#focus_Box li{z-index:0;position:absolute;cursor:pointer;border:1px solid #cccccc;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:10;overflow:hidden;cursor:pointer;position:absolute;top:131px;}
#focus_Box .prev{left:-80px}
#focus_Box .next{right:-80px} 
#focus_Box li img{width:100%;height:100%;display: block;}

#focus_Box li{z-index:0;position:absolute; width:0px;height:0px;top:146px;cursor:pointer;left:377px;}













/********contact*******/
.cont_banner{
	background:url(../img/contact_banner.jpg) no-repeat center;
	background-size:auto 100%;
	height:287px;
}


.cont_banner .wrap{
	position:relative;
	height:100%;
}

.ny_link{
	position:absolute;
	top:170px;
	left:0;
}

.ny_link h2{
	color:#333333;
	font-size:28px;
	line-height:28px;
	margin-bottom:14px;
	font-weight:normal;
	font-style: normal;
}

.ny_link p,
.ny_link p a{
	color:#333;
	font-size:13px;
}

.ny_link p a:hover{
	color:#b41114;
}

.cont_main2{
	text-align: center;
	padding:65px 0 70px;
}

.cont_main2 h2{
	color:#ab271a;
	font-size:24px;
	margin-bottom:50px;
	font-weight:normal;
	font-style:normal;
}

.cont_main1{
	padding-top:55px;
}

.cont_main1 h2{
	color:#ab271a;
	font-size:24px;
	margin-bottom:50px;
	font-weight:normal;
	font-style:normal;
	text-align: center;
}

.cont_main1 #dituContent{
	width:1200px;
	height:408px;
}

.cont_m1{
	position:relative;
}

.cont_m1_m{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	background:rgba(180,17,20,.8);
	width:34%;
	padding:85px 0 0 8%;
	color:#fff;
}

.cont_m1_m h4{
	font-size:18px;
	margin-bottom:25px;
	font-weight:normal;
	font-style:normal;
}

.cont_m1_m p{
	font-size:14px;
	line-height:28px;
}

.cont_m1_m div{
	margin-top:35px;
}


.cont_main3{
	padding:62px 0 80px;
	background:#f4f4f4;
}

.cont_m3_title{
	text-align: center;
	margin-bottom:80px;
	color:#333333;
	font-size:25px;
}

.cont_m3_m{
	padding-left:11%;
}

.cont_m3_m ul{
	overflow: hidden;
}

.cont_m3_m ul li{
	float:left;
	width:45%;
	margin-right:3%;
	margin-bottom:18px;
}

.cont_m3_m ul li p{
	font-size:15px;
	margin-bottom:10px;
	color:#121212;
}

.cont_m3_m ul li input{
	border:1px solid #CCCCCC;
	padding:0 2%;
	width:96%;	
	background:#eeeeee;
	height:36px;
	line-height:36px;
}

.cont_m3_text{
	margin-bottom:18px;
}

.cont_m3_text p{
	font-size:15px;
	margin-bottom:10px;
	color:#121212;
}

.cont_m3_text textarea{
	border:1px solid #CCCCCC;
	width:88.5%;	
	background:#eeeeee;
	line-height:24px;
	padding:10px 2%;
	height:133px;
}

.cont_m3_btn{
	text-align: right;
	padding-right:7.5%;
}

.cont_m3_btn input{
	margin-left:30px;
	line-height:32px;
	font-size:15px;
	width:140px;
	text-align: center;
	outline:none;
	border:none;
}


.cont_m3_btn input.cont_m3_btn1{
	background:#de1a38;
	color:#fff;
}

.cont_m3_btn input.cont_m3_btn2{
	background:#eaeaea;
	color:#de1a38;
}






/**********join***********/

.join_banner{
	background:url(../img/job_banner.jpg) no-repeat center;
	background-size:auto 100%;
	height:287px;
}


.join_banner .wrap{
	position:relative;
	height:100%;
}

.join_main{
	padding:61px 0 100px;
}

.join_m{
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	overflow: hidden;
}

.join_m li{
	float:left;
	width:25%;
	height:330px;
	border-bottom:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	padding:60px 0 0 35px;
	background:#fff;
	transition:all 0.7s;
	-o-transition:all 0.7s;
	-moz-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-ms-transition:all 0.7s;
	box-sizing: border-box;
}
.join_m li:hover{
	background:#b51217;
}

.join_m li h3{
	font-weight:normal;
	font-style:normal;
	font-size:20px;
	line-height:20px;
	margin-bottom:32px;
	color:#646464;
	
}


.join_m li span{
	display: inline-block;
	width:48px;
	height:1px;
	background:#185687;
	margin-bottom:20px;
}


.join_m li p{
	font-size:14px;
	margin-bottom:10px;
	color:#5b5b5b;
}


.join_m li a{
	display: inline-block;
	font-size:14px;
	color:#274a80;
	margin-top:32px;
}

.join_m li:hover h3,
.join_m li:hover p,
.join_m li:hover a{
	color:#fff;
}

.join_m li:hover span{
	background:#fff;
}





/********keji********/


.keji_banner{
	background:url(../img/keji_banner.jpg) no-repeat center;
	background-size:auto 100%;
	height:287px;
}


.keji_banner .wrap{
	position:relative;
	height:100%;
}

.keji_main1{
	padding:56px 0 42px;
}

.keji_title{
	text-align: center;
	margin-bottom:40px;
	color:#a9161e;
	font-size:24px;
}


.keji_m1{
	box-sizing:border-box;
	width:100%;
	padding:12px 10px;
	border:1px solid #cdcdcd;
	overflow: hidden;
}

.keji_m1_img{
	float:left;
	width:42%;
}

.keji_m1_img img{
	width:100%;
	height:auto;
}

.keji_m1_m{
	float:right;
	width:56%;
	height:310px;
	border:1px solid #cdcdcd;
	padding:60px 45px 0px;
	box-sizing:border-box;
}

.keji_m1_m p{
	color:#333333;
	text-indent: 2em;
	font-size:14px;
	line-height:35px;
}


.keji_main2{
	padding:50px 0 82px;
	background:#f9f9f9;
}

.keji_m21{
	margin:36px 0 71px;
	font-size:16px;
	color:#2e2e2e;
}

.keji_m21 i{
	font-style:normal;
	color:#920003;
	font-weight:bold;
}

.keji_m22 ul{
	overflow: hidden;
}

.keji_m22 ul li{
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:58px;
	border:1px solid #cecece;
	padding:5px 6px;
	box-sizing:border-box;
}

.keji_m22 ul li:nth-child(2n){
	margin-right:0;
}

.keji_m22_img{
	float:left;
	width:60%;
	position:relative;
	height:261px;
}

.keji_m22_img img{
	display: block;
	width:100%;
	height:100%;
}

.keji_m22_img p{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background:rgba(180,17,20,.8);
	color:#fff;
	font-size:18px;
	padding:10px 0;
	text-align: center;
}

.keji_m22_m{
	float:left;
	width:40%;
	padding:28px 20px 0;
	text-indent:2em;
	color:#262626;
	font-size:15px;
	line-height:30px;
	box-sizing:border-box;
}

.keji_m23{
	padding:35px 0 45px;
	background:url(../img/keji3.jpg) no-repeat center;
}

.keji_m23_m{
	background:rgba(51,51,51,0.8);
	width:87%;
	margin:0 auto;
	color:#fff;
	padding:30px 65px 55px;
	box-sizing:border-box;
}

.keji_m23_m h3{
	font-size:20px;
	margin-bottom:22px;
	text-align: center;
	font-style:normal;
	font-size:normal;
}

.keji_m23_m p{
	font-size:15px;
	line-height:32px;
}









/*******news********/

.news_banner{
	background:url(../img/news_banner.jpg) no-repeat center;
	background-size:auto 100%;
	
}


.news_banner .wrap{
	position:relative;
	height:100px;
}


.news_section{
	padding:71px 0 88px;
}
.inews_items{overflow: hidden;}
.inews_items .owl-item>div{
	float:left;
	margin-right:20px;
}
.inews_items{border-bottom:1px #e2e2e2 solid;padding-bottom:40px;margin-bottom: 30px;}
.inews_items .bd{height:418px;overflow:hidden;position:relative;}
.inews_items .bd li{float:left;width:385px;margin-right:20px;}

.inews_items ._inews_text ._title{font-size:16px;font-weight: normal;line-height:23px; height:46px;overflow:hidden;margin:20px 0;}
.inews_items ._inews_text ._text{font-size:14px;color:#747474;height:44px;line-height: 22px;overflow:hidden;}
.inews_items .hd{margin-top:50px;}
.inews_items .hd ul{font-size:0;text-align: center;}
.inews_items .hd li{display:inline-block;border:1px #707070 solid;width:9px;height:9px;line-height: 99;overflow:hidden;margin:0 4px;border-radius: 50%;background:url(about:blank);cursor:pointer;*display:inline;*zoom:1;}
.inews_items .hd li.on{border-color:#b41114;background-color:#b41114;}
.news_section .owl-carousel .owl-controls .owl-nav .owl-prev,
.news_section .owl-carousel .owl-controls .owl-nav .owl-next{
	display: none;
}

.news_section .owl-carousel .owl-item:hover .imgZoom 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);}

.news_section .owl-theme .owl-controls{
	margin-top: 30px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.news_section .owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.news_section .owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.news_section .owl-dots{
	width:100%;
}

.news_section .owl-dot{
	display:inline-block;border:1px #707070 solid;width:9px;height:9px;line-height: 99;overflow:hidden;margin:0 4px;border-radius: 50%;background:url(about:blank);cursor:pointer;*display:inline;*zoom:1;}
.news_section .owl-dot.active{border-color:#006ab8;background-color:#006ab8;
}

.news_section .owl-stage-outer{
	overflow:hidden ;
}



.inews_items>div .owl-item_img img{
	width:100%;
	height:auto;
}


.NewsList-A9 li{padding:25px 0 30px;border-bottom:1px dashed #ccc;overflow:hidden;zoom:1;width:100%;}
.NewsList-A9 li .data{ font-family:Arial;border: 1px #ccc solid;width: 55px;margin-right: 2%;}
.NewsList-A9 li .data span{ display:block; text-align:center;}
.NewsList-A9 li .data .day{ font-size:30px; font-weight:bold; background-color:#ccc;line-height: 45px; color: #fff;transition:all 0.3s;-o-transition:all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-ms-transition:all 0.3s;}
.NewsList-A9 li .data .month{ font-size:0.77em; color:#565656;}
.NewsList-A9 ._img{float:left;width: 15%;margin-right:2%;}
.NewsList-A9 ._img img{height:100%;}
.NewsList-A9 ._t{font-size:18px;margin-bottom:5px;color:#555;}
.NewsList-A9 ._p{line-height:23px;height:46px;overflow:hidden;color:#999;}
.NewsList-A9 ._i{overflow:hidden;*zoom:1;margin-top: 25px;}
.NewsList-A9 ._i span,.NewsList-A9 ._i a{float:left;line-height:26px;padding:0 10px;}
.NewsList-A9 ._i ._more{background:#88b82a;color:#fff;}
.NewsList-A9 ._i ._date{background:#ededed;color:#999;}
.NewsList-A9 li:hover ._t{color:#2c4f9e;}
.NewsList-A9 li:hover span{color:#2c4f9e;}
.NewsList-A9 li:hover ._i ._more{background-color:#2c4f9e;}
.NewsList-A9 li:hover .data{border-color:#2c4f9e;}
.NewsList-A9 li:hover .data .day{background-color:#2c4f9e;}
@media only screen and (max-device-width:760px){
.NewsList-A9 ._img{float:none;height:auto;width:100%;margin-right: 0;}
}






/*******pro********/

.pro_banner{
	background:url(../img/pro_banner.jpg) no-repeat center;
	background-size:auto 100%;
	height:287px;
}


.pro_banner .wrap{
	position:relative;
	height:100%;
}

.pro_main{
	padding:44px 0 85px;
}

.showMoreNChildren li{
	margin-bottom:28px;
}

.showMoreNChildren li h2{
	display: inline-block;
	color:#fff;
	background:#b51217;
	padding:12px 20px;
	font-size:18px;
}

.pro_m{
	border:1px solid #d0d0d2;
	padding:4px 5px;
	box-sizing:border-box;
	overflow:hidden;
}

.pro_m_img{
	float:left;
	width:27%;
	margin-right:3%;
}

.pro_m_m{
	width:70%;
	float:left;
	box-sizing:border-box;
	padding-top:27px;
}


.pro_m_m h3{
	font-size:16px;
	color:#b01a1c;
	margin-bottom:20px;
}

.pro_m_m p{
	font-size:14px;
	color:#131313;
	line-height:25px;
	padding-left:12px;
	background:url(../img/pro_dian.jpg) no-repeat left center;
}

.pro_m_m div{
	margin-top:25px;
	font-size:14px;
	color:#131313;
}

.pro_m_m div span{
	color:#b01a1c;
	font-weight:bold;
	font-size:16px;
}

.showMorehandle{
	height:50px;
	line-height:50px;
	font-size:18px;
	color:#fff;
	background:#b51217;
	text-align: center;
	font-weight:bold;
	margin-top:37px;
	cursor: pointer;
}
























@media only screen and (max-width:480px ) {
	.floor2_main .owl-carousel{
		width:80%;
		margin:0 auto;
	}
	.floor2,
	.floor_news{
		padding:30px 0!important;
	}
	.floor_news_l,
	.floor_news_r{
		width:100%;
		margin-bottom:20px;
	}
	.floor_news_r ul li .in_mews_data{
		float:none;
		font-size:40px;
		line-height:40px;
		border:0;
	}
	#myTab1_Content1 ul li .in_mews_data{
		float:none;
		font-size:40px;
		line-height:40px;
		border:0;
	}

.head{
	margin-bottom:64px;
}
.ab_nav{
	display: none;
}


.about_m1 .video_right,
.about_m1 .video_left{
	width:100%;
	margin-top:20px;
}

.box_wrap_in {
    margin: 35% auto;
    width:90%;
}
.box_wrap_body {
    width:100%;
	margin:0 auto;
	background:none!important;
}
#youku-playerBox{
	margin:20% auto;
}
.box_wrap_body iframe{
	width:100%;
	height:auto;
}
.about_m1 .video_left .video_new_tit{
	font-size:50px;
	line-height:50px;
}	
	
.about_m1 .video_left h4{
	margin:10px 0;
}	

.ab_time .universe li{
	width:50%;
	box-sizing: border-box;
	height:180px;
}

.about_m2{
	background:none;
	padding:20px 0;
}

.about_m2_l,
.about_m2_r{
	width:100%;
	margin-right:0;
}

.about_m3_l,
.about_m3_r{
	width:100%;
	margin-bottom:20px;
	margin-left:0;
	padding-top:20px;
}
.about_m3_l h3{
	margin-bottom:20px;
}

#focus_Box,
.ny_link{
	display: none;
}

.about_m4 .owl-carousel{
	display: block;
}

.cont_m1_m{
	position:static;
	width:100%;
	padding:20px;
	box-sizing: border-box;
}

.cont_main1 #dituContent{
	width:100%;
	height:300px;
}

.cont_m3_title{
	margin-bottom:40px;
}
.cont_m3_m{
	padding-left:0;
}
.cont_m3_m ul li{
	width:100%;
	margin-right:0;
}
.cont_m3_m ul li input{
	width:95%;
}

.cont_m3_text textarea{
	width:95%;
}

.cont_m3_btn{
	padding-right:0;
}

.cont_m3_btn input{
	margin-left:10px;
	width:120px;
}
.join_m li{
	width:100%;
}

.cont_main1 h2,
.cont_main2 h2{
	margin-bottom:20px;
}

.keji_m1_img,
.keji_m1_m{
	width:100%;
	height:auto;
}
.keji_m1_m{
	padding:20px 40px;
}
.keji_m22 ul li,
.keji_m22_img,
.keji_m22_m{
	width:100%;
	margin-right:0;
}
.keji_m22_m{
	padding-bottom:20px;
}
.keji_m23_m{
	width:100%;
	padding:20px;
}
.keji_m23{
	background-size:auto 100%;
	padding:0;
}
.inews_items .owl-item>div{
	margin-right:0;
}

.inews_items{
	padding-bottom:20px;
	margin-bottom:20px;
}

.showMoreNChildren li h2{
	padding:8px 10px;
}

.pro_m_img,
.pro_m_m{
	width:100%;
	margin-right:0;
}

.pro_m_m{
	padding-bottom:20px;
}











.ab_banner,
.cont_banner,
.join_banner,
.keji_banner,
.news_banner,
.pro_banner{
	height:100px;
}
	
.about_m1,
.about_main2,
.about_main3,
.cont_main1,
.cont_main2,
.cont_main3,
.keji_main1,
.news_section {
	padding:30px 0;
}


.head_r .li02,.head_r .li01{ display:none;}


}


@media only screen and (max-width:380px ) {
.ab_banner,
.cont_banner,
.join_banner,
.keji_banner,
.news_banner,
.pro_banner{
	height:90px;
}




}

@media only screen and (max-width:320px ) {
.ab_banner,
.cont_banner,
.join_banner,
.keji_banner,
.news_banner,
.pro_banner{
	height:80px;
}


}





.keji_m22 .owl-carousel{
	width:100%;
	position:relative;
}


.keji_m22 .keji_m22_prev{
	position:absolute;
	top:45%;
	right:-30px;
	display: block;
	width:18px;
	height:30px;
	background:url(../img/in_right.jpg) no-repeat center;
	background-size:100% 100%;
}

.keji_m22 .keji_m22_next{
	position:absolute;
	top:45%;
	left:-30px;
	display: block;
	width:18px;
	height:30px;
	background:url(../img/in_left.jpg) no-repeat center;
	background-size:100% 100%;
}






















