*{padding: 0; margin: 0;}
html{ height: 100%; }
body{ font-family:microsoft yahei,Verdana; background-color: #fff; font-size:15px; height: 100%;}
img{ border:none; font-size: 0; display: block; }
.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
a{ text-decoration: none; color: black; }
li{ list-style: none; }
li{list-style: none;}
.construct{ width: 100%; position: relative; }
.container{ width: 100%; margin: 0 auto; position: relative; padding: 0;}

#container { width:100%; min-width:1200px; margin:0 auto;}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

.w1200{ width:1200px; margin:0 auto;}

.top{ height:35px; background:#292929; margin:0 auto;}
.top .content{ font-size:16px; color:#fefeff; line-height:35px;}

#header_1{ min-width:1200px; height: 224px; z-index: 9999; background:#f6f6f6;}
#header{ height: 98px; border-bottom: #c9c9c9 2px solid; position: fixed; background:#FFFFFF; z-index: 9999;}
#header_content{ width:1200px; height:138px; z-index: 10; margin:0 auto;}
#header_logo{ float:left; width: 634px; height: 63px; background-image: url('../images/logo.png');z-index: 1000; margin-top:38px;}
#header_right{ float:right; margin-top:58px;}

.phoner-nav { display: none; }
.mian-nav {  top: 0; }
.mian-nav ul li a{ font-size: 16px; color:#141414; line-height: 22px; display: block;  text-align: center;  white-space: nowrap; padding: 39px 32px;}
.mian-nav ul li { float: left; overflow: hidden; position: relative;}
.mian-nav ul li.br-right { background: url(../images/nav-rightbg.png) no-repeat right center; }
.mian-nav ul li:hover {padding-bottom:  36px;}
.mian-nav ul li>a:hover{
    background: #009cad;
    color:#fff;
}
.mian-nav ul li.onli>a{
    background: #009cad;
    color:#fff;
}
.mian-nav ul li.on a{
    background: #009cad;
    color:#fff;
}
.mian-nav ul li.servernav { position: relative; overflow: inherit; }
.mian-nav ul li.servernav dl { position: absolute; top: 99px; left: 50%; width:128px;margin-left: -64px; visibility: hidden;}
.mian-nav ul li.servernav dl dd{
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: all 0.2s;
    transform-origin: 50% 0;
    background-color: rgba(255,255,255,0.8)
}

.mian-nav ul li.servernav dl dd:nth-of-type(1){
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(2){
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(3){
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(4){
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(5){
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(6){
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.mian-nav ul li.servernav dl dd:nth-of-type(7){
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;

}
.mian-nav ul li.servernav.onli dl{
    visibility: visible;
}
.mian-nav ul li.servernav.onli dl dd{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(1){
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(2){
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(3){
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(4){
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(5){
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(6){
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.mian-nav ul li.servernav.onli dl dd:nth-of-type(7){
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mian-nav ul li.servernav dl dd a{ margin-top: 0px; display: block; width: 100%; text-align: center; padding: 0;color:#444; font-size:15px;}
.mian-nav ul li.servernav dl dd a:hover{ background: #009cad; color: #fff;  }
.mian-nav ul li.servernav dl dd a span {display:block;margin:0 15px; line-height: 42px; }
.mian-nav ul li.servernav dl dd a:hover span { background: url(../images/xl-navba01.png) no-repeat right center;}
.mian-nav ul li.servernav dl dd a span img { display: inline-block; *display: inline; *zoom: 1; padding: 8px 10px 8px 0; }
.mian-nav ul li.servernav .tsli{ overflow: hidden; width: 100%; height: 2px;position: absolute; left: 0;}
.mian-nav ul li.servernav.onli { padding-bottom: 40px;}
.dropcar-down { display: none; position: fixed; left: 0%; top: 98px; height:auto; background-color: rgba(255,255,255,0.95);
    background: url(../images/newnav-bg01.png) repeat\9;
    /**background-color: #f8f8f8;*/
    z-index: 99;
    width: 100%;
    *zoom: 1; padding: 0 0 2%;
}
.dropcar-down .cpbx-center{ width: 1200px; margin: 0 auto; overflow: hidden; display: none;}
.dropcar-down .cpbx-center .ca-product { padding-bottom: 1%; }
.dropcar-down .cpbx-center .ca-product .pt-logo{
    width: 10%; margin: 25px 0 0 80px;
    display: inline-block;
    vertical-align: top;
    font-size:20px; 
	color:#009cad;
	font-weight:bold; text-align:right;
}
.dropcar-down .cpbx-center .ca-product .pt-Models{
    width: 68%;
    display: inline-block;
    vertical-align: middle;
	position: absolute; left: 45%; margin-left: -255px; margin-top:25px;
}
.dropcar-down .cpbx-center .ca-product .pt-Models ul li{
    display: inline-block;
    padding-bottom: 0px;
    vertical-align: middle;
	height:22px;
	margin:-5px 0px 10px 10px;
}
.dropcar-down .cpbx-center .ca-product .pt-Models ul li a{ display: block; line-height:20px; padding:0px 0px 0px 10px; background: url(../images/subicon.png) no-repeat left center;}
.dropcar-down .cpbx-center .ca-product .pt-Models ul li a img{ display: block; width: 100%; padding-bottom: 0px; }
.dropcar-down .cpbx-center .ca-product .pt-Models ul li a p{ text-align: center; font-size: 15px; line-height:30px;}
.dropcar-down .cpbx-center .ca-product .pt-Models ul li a .car-price{ display: block; text-align: center; color:#141414; font-size: 14px; }
.dropcar-down .cpbx-center .ca-product .pt-Models ul li a .car-price span { display: inline-block; *display: inline; *zoom:1; font-weight: bold;}
.dropcar-down .cpbx-center .ca-product .pt-Models ul li:hover{ color:#009cad;}
.dropcar-down .rxhd{
    max-width:1440px;
    width: 80%;
    position: relative;
}
.dropcar-down .rxhd .rxhd-list{
    margin-right: 6em;
    margin-top: 3%;
}
.dropcar-down .rxhd .rxhd-list li{
    float: left;
    width: 23%;
    *width: 22.9%;
    margin:0 1%;
}
.dropcar-down .rxhd .rxhd-list li a{
    display: block;
    width: 100%;
    overflow: hidden;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.dropcar-down .rxhd .rxhd-list li img{
    display:block;
    width:100%;
}
.dropcar-down .rxhd .rxhd-list li span{
    display: block;
    font-size: 15px;
    color:#333;
    text-align: center;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.dropcar-down .rxhd .rxhd-list li a:hover{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.dropcar-down .rxhd .rxhd-list li a:hover span{
    color:#062c70;
}
@media (max-width: 1600px) {
    .dropcar-down .rxhd .rxhd-list li a span{
        font-size: 12px;
    }
}
.dropcar-down .rxhd .link-rxhd{
    position: absolute;
    right: 0;
    top:40%;
    width: 6em;
    text-align: right;
    font-size: 16px;
    color:#062c70;
}

.hnav{}
.fl{float: left;}

.hnav li {
	float: left;
	margin-right: 60px;
	text-align: center;
	line-height:98px;
	font-size: 16px;	
}
.hnav li a{
	color: #444444;
}
.hnav li a.hover{
	color: #14a0af;
	font-size: 18px;
}
.hnav li.hover{
	border-bottom: 2px solid #014099;
	height:68px;
}

.hnav li{position: relative;}
.subnav{
	display: none;
	background: #fefefe;
	position: absolute;
	top: 98px;
	left: 0;
	border-top: 3px solid #eaeaea;
	padding:0 22px 26px 0;
	z-index: 999;
	width: 362px;
}
.subnav dd {
	float: left;
	margin-left: 22px;
	background: url(../images/subicon.png) no-repeat left center;
	padding-left: 15px;
	line-height: normal;
	margin-top: 25px;
	font-size: 14px;
	display: block !important;
}
.subpro{width: 562px;}
.subjoin{left: -40px;width: 380px;}


.nav{ width:100%; height:50px; background:#f6f6f6;z-index:10; position:relative; border-top: #c2c2c2 2px solid;}
.nav_con{ width:1200px; margin:0 auto;}
.nav_con ul li a{color:#FFFFFF;width:150px;height:50px; display:block;}
.nav_con ul li a:hover{ background:#0e3d8c; width:150px; height:50px; display:block;}
.banner{ background: url(../images/banner.jpg) center center no-repeat; background-size: 100% 100%;width: 100%;height: 75%; position:relative;}
.banner_tit{ text-align:center; padding-top:30px;}
#nav-menu{height:50px;width:1280px;margin:0 auto;}
#nav-menu .container{position:relative;overflow:visible; z-index:99;}
#nav-menu .menu li{position:relative;float:left;display:inline;font-size:16px; width:140px;text-align:center;background: url(../Images/nav_line.jpg) right no-repeat; padding:0px 10px;}
#nav-menu .menu li.noBg {background:none;}
#nav-menu .menu li h3{font-weight:normal;display:inline-block;float:left;}
#nav-menu .menu .line{ float:left; width:2px; height:16px; color:#17375e; display: block;}
#nav-menu .menu li a.xialaguang{display:inline-block;color:#17375e;height:50px;text-decoration:none;font-size:16px;width:140px;text-align:center;}
#nav-menu .menu li a.selected,#nav-menu .menu li a.navhover,#nav-menu .menu li a.xialaguang:hover{color:#ffffff;}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover{background:#17375e;}
#nav-menu .menu li a.xialaguang span{line-height:50px;display:inline-block;}
#nav-menu .menu li a.selected span,#nav-menu .menu li a.navhover span,#nav-menu .menu li a.xialaguang:hover span{cursor:pointer;}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span{width:140px;}
#nav-menu .menu ul.children{display:none;position:absolute;top:50px;left:10px;width:140px;background:#17375e;border-top:0;line-height:normal; z-index:100;}
#nav-menu .menu ul.children li{width:140px;padding:0px;display:inline-block;font-size:12px;border-top:1px solid #efefef;background:none;}
#nav-menu .menu ul.children li h3{display:block; width:100%;}
#nav-menu .menu ul.children li a{width:100%;height:30px;line-height:30px;overflow:hidden;padding:3px 0;display:block;color:#ffffff;text-align:center;text-decoration:none; font-size:14px;}
#nav-menu .menu ul.children li a:hover{background-color:#0168b7;text-decoration:none;}
 
.search{
	position: relative;
}

.search input.txt{
	position: absolute;
	left: -10px;
	top: 10px;
	width: 0;
	height: 30px;
	border:none;
	color: #444;
	text-indent: 2em;
	border-radius: 20px;
	box-shadow: 0 0 5px #ddd;
	outline:none;
}
.search input.submit{
	width: 75px;
	height: 50px;
	background: url(../images/sbtn.png) no-repeat center center;
	border:none;
	outline:none;
}

.language{ width:27px; height:27px; margin-top:11px;}

#header_nav{position: absolute; top: 40px; width: 100%;}
#header_menu_list{width: auto; height: 68px; margin-left: 208px; margin-bottom: 0; position: relative;}
.header_menu_list{width: 12%; height: 68px; float: left; line-height: 68px; text-align: center; font-size: 14px; color: #8e8e8e; position: relative;}
.header_menu_list a{ height: 68px; width: 100%; display: inline-block; text-decoration: none; transition: font-size 0.2s, color 0.5s;}
.header_menu_list_checked a{ font-size: 18px; color: #009cad;}
.header_menu_list span{height: 22px; width: 2px; background-color: #ececec; position: absolute; left: 0; top: 23px;}
.header_menu_list a:hover{font-size: 18px; color: #009cad;}
#header_menu_details{overflow: hidden; display:none; position: absolute; background-color: #f3f3f3; width: 100%;height: 170px; background: url('../images/nav_nemu_bg.png'); background-size:contain;/*background-repeat: repeat-x;*/}
.header_detail_container{width: 1000px; height: 170px; position: absolute; top: 0; left: 0;}
#header_menu_details_box{ width: 1000px; height: 170px; margin: 0 auto; overflow: hidden; position: relative;}
#header_menu_details_mask{width: 6000px; height: 170px; position: absolute;}
.header_detail_box{float: left;}
.header_detail_box{width: 170px; height: 170px; cursor: pointer;}
.header_detail_img{width: 160px; height: 75px; background: url('../images/nav_yang.jpg'); background-size: cover; margin: 25px 0 10px 10px; }
.header_detail_imgCover{ width: 160px; height: 75px; background: url('../images/30percentblackbg.png') repeat; }
.header_detail_title img{ display: inline-block; margin-right: 8px;}
.header_detail_title{ text-align: center; color: #878787; font-size: 14px;}
.main{ width: 100%; }


#footer {
  height: 364px;
  background:#f6f6f6;
}
.fwrapper {
  padding-top: 70px;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 235px;
}
.flogo {
  display: block;
  width: 500px;
  height: 60px;
  float: left;
  margin-top: 60px;
}
.footer_nav {
  width: 465px;
  float: left;
  margin-left: 25px;
}
.footer_nav > li {
  display: block;
  width: 100px;
  float: left;
  text-align: center;
  margin:0px 5px;
}
.footer_nav > li:first-child {
  border-left: 1px solid #d0d0d0;
  padding:0px 0px 0px 18px;
}
.footer_nav > li > span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
  margin-left:16px;
}
.footer_nav > li > a {
  display: block;
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 15px;
  color: black;
}
.qr {
  float: right;
  width: 175px;
  margin-left: 30px;
}
.qr .qrcode {
  width: 80px;
  height: 100px;
  float: left;
}
.qr .qrcode:nth-child(2) {
  float: right;
}
.qr .qrcode > img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.qr .qrcode > p {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
}
.qr .share {
  width: 100%;
  float: left;
  margin-top: 13px;
}
.qr .share > span {
  font-size: 15px;
  display: block;
  float: left;
  margin-top: 5px;
}
.qr .share > a img {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  margin-left: 15px;
}
.support {
  height: 60px;
  width: 100%;
  background-color: black;
  color: white;
  text-align:center;
  font-size: 16px;
  line-height: 60px;
}
.support a {
  color: white;
}
.word_img1 {
  display: block;
  width: 555px;
  height: 145px;
}
.word_img2 {
  display: block;
  width: 200px;
  height: 70px;
}
.word_img3 {
  display: block;
  width: 375px;
  height: 70px;
}


.fy_banner img{ width:100%;}
.fy_banner{ background: url(../images/inner_ba_01.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner01 img{ width:100%;}
.fy_banner01{ background: url(../images/inner_ba_02.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner02 img{ width:100%;}
.fy_banner02{ background: url(../images/inner_ba_03.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner03 img{ width:100%;}
.fy_banner03{ background: url(../images/inner_ba_04.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner04 img{ width:100%;}
.fy_banner04{ background: url(../images/inner_ba_05.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner05 img{ width:100%;}
.fy_banner05{ background: url(../images/inner_ba_06.jpg) center center no-repeat; width:100%; height:445px;}
.fy_banner06 img{ width:100%;}
.fy_banner06{ background: url(../images/inner_ba_07.jpg) center center no-repeat; width:100%; height:445px;}


.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}


.inside-menu {
  height: 70px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.inside-menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.inside-menu a {
  display: inline-block;
  font-size: 16px;
  line-height: 70px;
  color: #494949;
}
.inside-menu a:hover {
  color: #154FB2;
}
.inside-menu a.home {
  width: 20px;
  height: 70px;
  background: url(../images/bg_sign06.png) no-repeat center;
}
.inside-menu span {
  display: inline-block;
  width: 28px;
  height: 70px;
  background: url(../images/bg_sign07.png) no-repeat center;
}
.inside-menu em {
  display: inline-block;
  font-size: 16px;
  line-height: 70px;
  color: #494949;
  font-style:normal;
}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  font-size: 16px;
  line-height: 70px;
  color: #333333;
}
.inside-menu .menu a:last-child {
  padding-right: 0;
}
.inside-menu .menu a:after {
  transition: all 0.5s;
}
.inside-menu .menu a:hover {
  color: #006ee2;
}
.inside-menu .menu a:hover:after, .inside-menu .menu a.cur:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #154FB2;
}

.menu-block {
  height: 0px;
}

.inside-title, .about-wrap .title, .duty-wrap .title, .projects-wrap .tips .title, .bases-wrap .title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  color: #777;
  text-transform: uppercase;
  display:inline-block;
}
.inside-title p, .about-wrap .title p, .duty-wrap .title p, .projects-wrap .tips .title p, .bases-wrap .title p {
  margin-bottom: -5px;
}
.inside-title p.fz, .about-wrap .title p.fz, .duty-wrap .title p.fz, .projects-wrap .tips .title p.fz, .bases-wrap .title p.fz {
  font-size: 20px;
  line-height: 28px;
}
.inside-title span, .about-wrap .title span, .duty-wrap .title span, .projects-wrap .tips .title span, .bases-wrap .title span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-size: 22px;
  line-height: 36px;
  color: #035cac;
}
.inside-title span:before, .about-wrap .title span:before, .duty-wrap .title span:before, .projects-wrap .tips .title span:before, .bases-wrap .title span:before, .inside-title span:after, .about-wrap .title span:after, .duty-wrap .title span:after, .projects-wrap .tips .title span:after, .bases-wrap .title span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 17.5px;
  width: 27px;
  height: 1px;
  background: #c8c8c8;
}
.inside-title span:before, .about-wrap .title span:before, .duty-wrap .title span:before, .projects-wrap .tips .title span:before, .bases-wrap .title span:before {
  left: 0;
}
.inside-title span:after, .about-wrap .title span:after, .duty-wrap .title span:after, .projects-wrap .tips .title span:after, .bases-wrap .title span:after {
  right: 0;
}
.inside-title.white, .about-wrap .white.title, .duty-wrap .white.title, .projects-wrap .tips .white.title, .bases-wrap .white.title {
  color: #fff;
}
.inside-title.white span, .about-wrap .white.title span, .duty-wrap .white.title span, .projects-wrap .tips .white.title span, .bases-wrap .white.title span {
  color: #fff;
}
.inside-title.white span:before, .about-wrap .white.title span:before, .duty-wrap .white.title span:before, .projects-wrap .tips .white.title span:before, .bases-wrap .white.title span:before, .inside-title.white span:after, .about-wrap .white.title span:after, .duty-wrap .white.title span:after, .projects-wrap .tips .white.title span:after, .bases-wrap .white.title span:after {
  background: #fff;
  opacity: 0.8;
}

.about-wrap .group{
  padding: 3.5% 0 3.5%;
  background: #f5f5f5;
  font-size: 14px;
  line-height: 2;
  color: #777;
  text-align: center;
}
.about-wrap .group .detail{
  width: 100%;
  height:100%;
  overflow:hidden;
  padding-top: 3%;
  margin: 0 auto;
}
.about-wrap .group .detail .pic{
  width:430px;
  height:290px;
  border:1px solid #ababab;
  padding:10px 10px;
}
.about-wrap .group .detail .content{
  font-size:16px;
  color:#494949;
  line-height:40px;
  text-align:justify;
}
#culture {
  padding: 4.2% 0 5.2%;
  text-align:center;
}

 .cultureList {
  width: 100%;
  height: 246px;
  margin-top:50px;
}
.cultureList > li {
  display: block;
  float: left;
  width: 350px;
  border: 5px solid #949494;
  margin-right: 60px;
}
.cultureList > li:last-child {
  margin-right: 0;
}
.cultureList > li > img {
  display: block;
  width: 100%;
  height: 236px;
}

.about-wrap .main{
  padding: 3.5% 0 3.5%;
  font-size: 16px;
  line-height: 2;
  color: #777;

}


.works a{
	display: block;
	background: url(../images/img_78.png) no-repeat center center;
	width: 240px;
	height: 50px;
	padding-right: 30px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	margin-top: 56px;
	margin-bottom:40px;
	transition: all 0.3s;
}
.works a:hover{
	background: url(../images/img_79.png) no-repeat center  center;
	color: #0089e0;
	transition: all 0.3s;
}


.competition {
	background: #fff;
	}
.wish-wrap {
		padding: 98px 0 96px;
		background: #fff;
}
.inner-titles {
			top: 100px;
	}
.inner-title-h4 {
		font-size: 30px;
		line-height: 30px;
		color: #222;
	}
.inner-title-h5 {
		font-size: 18px;
		line-height: 30px;
		margin: 9px 0 40px 0px;
		color: #222;
	}
.inner-title-h5 em{
		display: inline-block;
		width:54px;
		height:4px;
		text-align:center;
		background:#f28d01;
		margin-top:40px;
		}
.inner-title-h6 {
		font-size: 16px;
		line-height: 30px;
		color: 777;
	}
.core-wrap .co-titles {
		background:#0e73b9;
		color:#fff;
		height:380px;
	}
.competition .co-titles{
     padding:80px 0 50px 0px;
}
.core-items {
		width: 385px;
		margin-right: 22px;
	}
.core-items3 {
		margin-right: 0;
	}
.co-titles {
    font-size:30px;
    line-height:30px;
		}
.co-titles .co-en-span {
		display: inline-block;
		margin-right: 10px;
	}
.core-txts {
		padding: 34px 40px 48px;
		box-sizing: border-box;
		background: #f7f7f7;
	}
.core-title {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 22px;
		color: #333;
		content: "";
		bottom: 0;
		}
.core-wrap .core-title:after{
		position:absolute;
		content:"";
		left:50%;
		bottom:0px;
		display:inline-block;
		width:32px;
		margin-left:-16px;
		height:2px;
		background:#bfbfbf;
}
.core-wrap .core-detail{
		font-size:14px;
		line-height:28px;
		color:#777;
		margin-top:30px;
		height:90px;
		overflow:hidden;
}
.core-items-wrap{ 
margin-top:-280px;
z-index:999;}

.w1280 {
      width:1280px;
      margin:0 auto;
	  padding-left:90px;
		}
.talents-img {
		width: 120px;
		margin: 0 auto 30px;
	}
.talents-ul-wrap {
		height:100%;
		overflow:hidden;
		padding-bottom: 20px;
	}
	.talents-li  {
		width: 305px !important;
		margin-right: 22px !important;
		height: 400px;
		background: #fff;
		padding: 44px 40px 0;
		box-shadow: 0 0 36px rgba(0,0,0,.1);
		list-style:none;
	}
	.talents-details {
		font-size: 15px;
		line-height: 30px;
		color: #666;
		max-height: 150px;
		overflow: hidden;
	}
	.talents-h5 {
		font-size: 16px;
		line-height: 24px;
		color: #666;
		padding-bottom: 56px;
	}
	.color-span {
		width: 100%;
		height: 4px;
		left: 0;
		bottom: 0;
	}
.co-titles em{
		display: inline-block;
		width:54px;
		height:4px;
		text-align:center;
		background:#f28d01;
		margin-top:40px;}
.dbl{ display:block;}
.poa{ position:absolute;}
.tec{
	text-align: center;
}
.por{
	position: relative;
}
.f-cb{
	zoom:1;
}

.lx_con{ height:100%; overflow:hidden; margin:20px auto;}
.lx_left{ width:476px; float:left; margin:25px 0px 35px 0px;}
.info-c li {
	height: 55px;
	line-height: 55px;
	border: 1px solid #0b74b6;
	border-radius: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 15px;
}
.info-c li a{
	color:#666666;
}
.info-c li .add {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/ic-add.png) no-repeat 3px center;
}

.info-c li .lxr {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/lxr.png) no-repeat 3px center;
}

.info-c li .chuazhen {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/chuazhen.png) no-repeat 3px center;
}
.info-c li .email {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/email.png) no-repeat 3px center;
}

.info-c li .lx_tel {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/ic-tel.png) no-repeat left center;
	margin-right: 20px;
}
.info-c li .lx_web {
	display: inline-block;
	padding-left: 25px;
	background: url(../Images/ic-web.png) no-repeat left center;
	margin-right: 20px;
}
.qr-c img {
	margin-bottom: 10px;
}
.qr-c {
	text-align: center;
	padding: 50px 0 60px 0;
	font-size: 18px;
	color: #333;
}
.lx_right{ float: right; width:630px; border:1px solid #e3e3e3; margin:0px 5px 0px 0px;}


.dsz{
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}
.dsz p{
	line-height: 30px;
	color: #606060;
	font-size: 14px;
	text-align: justify;
}
.year_tit{
	width: 575px;
	height: 57px;	
	line-height: 57px;
	position: relative;
	cursor: pointer;
}
.gray_bg{
	background: #d2d2d2;
}
.red_bg{
	background: #b50000;
}

.year{
	font-size: 32px;
	font-weight: bold;
	position: absolute;
}
.left0_bot0{
	position: absolute;
	left: 15px;
	bottom: 0px;
}
.rig0_bot0{
	position: absolute;
	right: 31px;
	bottom: 0px;
}

.red_colr{
	color: #b50000;
}
.white_colr{
	color: #fff;
}
.year_num{
	color: #bb2c2c;
	font-size: 63px;
	font-weight: bold;
	letter-spacing:3px;
}
.year_gray{
	color: #d9d9d9;
	text-align: right;
}
.fons26{
	font-size: 26px;
	font-weight: bold;
}

.gray_sj{
	position: absolute;
	left: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 11px solid #d2d2d2;
    border-bottom: 10px solid transparent;
}

.gray_sj1{
	position: absolute;
	left: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 11px solid #b50000;
    border-bottom: 10px solid transparent;
}
.red_sj{
	position: absolute;
	right: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 11px solid #d2d2d2;
    border-bottom: 10px solid transparent;
}
.red_sj1{
	position: absolute;
	right: -11px;
    top: 17px;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 11px solid #b50000;
    border-bottom: 10px solid transparent;
}
.singone{
	width: 50%;

}
.circle{
	position: absolute;
	width: 16px;
	height: 16px;
    top: 19px;
	background: url(../images/radio.png) no-repeat;
}
.left32{
	left: -33px;
}
.right32{
	right: -32px;
}
.redcircle{
  background-position: 0 -34px;
  
}
.graycircle{
  background-position: 0 0px;
  
}
.shiji{
	width: 575px;
}
.things_one{
	/*overflow: hidden;*/
}
.lines{
	width: 1px;
	position: absolute;
	left: 50%;
	margin-left: -0.5px;
	background: #d2d2d2;
}
.shiji p{
	    padding: 11px 5px;
}
.red_pos{
	border-left: 11px solid #d2d2d2;
}
