@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


.fo{display:none;}

/*************************
*******Typography******
**************************/
body {
  background:#fff;
  font-family:"微软雅黑", 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height:22px;
}
.fl{ float:left;}
.fr{ float:right;marginright:30px;}

ul,li { list-style:none; display:block;  margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { font-weight:600;  font-family:'Open Sans', sans-serif;  color:#4e4e4e;}
h1{ font-size:36px;  color:#fff;}
h2{ font-size:20px;}
h3{ font-size:16px; color:#787878; font-weight:400; line-height:24px;}
h4{ font-size:16px;}

a {
  color:#666666;
  -webkit-transition:color 300ms, background-color 300ms;
  -moz-transition:color 300ms, background-color 300ms;
  -o-transition:color 300ms, background-color 300ms;
  transition:color 300ms, background-color 300ms;
}

a:hover, a:focus { color:#d43133;}
hr { border-top:1px solid #e5e5e5; border-bottom:1px solid #fff;}

.btn-primary { padding:8px 20px; background:#c52d2f; color:#fff; border-radius:4px; border:none; margin-top:10px;}
.btn-primary:hover, .btn-primary:focus{ background:#c52d2f;  outline:none;  box-shadow:none;} 
.btn-transparent { border:3px solid #fff; background:transparent; color:#fff;}
.btn-transparent:hover { border-color:rgba(255, 255, 255, 0.5);}

a:hover,a:focus {  color:#111;  text-decoration:none;  outline:none;}
.dropdown-menu {  margin-top:-1px;  min-width:94px;}



body > section { padding:60px 0;}

.scaleIn { -webkit-animation-name:scaleIn;  animation-name:scaleIn;}
.copyrights{ text-indent:-9999px; height:0; line-height:0;	font-size:0; overflow:hidden;}
.lead{ font-size:16px;  line-height:24px;  font-weight:400; color:#868686;}
.transparent-bg { background-color:transparent !important;  margin-bottom:0;}

@-webkit-keyframes scaleIn {
  0% {
    opacity:0;
    -webkit-transform:scale(0);
    transform:scale(0);
  }

  100% {
    opacity:1;
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity:0;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
  }

  100% {
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}


/*************************
*******Header******
**************************/
#header{/* border-bottom:3px solid #e50012;*/}
.navbar { border-radius:0; margin-bottom:0; background:#fff; padding:0px 0;}
.navbar-nav{ margin-top:0px; width:100%;}
.navbar-nav>li{  margin:0;width: 14.28%;height: 50px;line-height: 50px;text-align: center;}
.navbar-inverse .navbar-nav > li > a { height: 50px;line-height: 50px;width: 100%;padding:0; margin:0; border-radius:2px; font-size:16px; color:#fff; display:inline-block;}
.navbar-inverse .navbar-nav > li > a:hover{	background-color:#e0a600;  color:#fff;display: block;}
.navbar-inverse { border:none;}
.navbar-inverse .navbar-brand { font-size:36px; line-height:50px; color:#fff;}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
 { background-color:#e50012; color:#fff; }
.navbar-inverse .navbar-nav .dropdown-menu {
  background-color:rgba(0,0,0,.85);
  -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow:0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow:0 3px 8px rgba(0, 0, 0, 0.125);
  border:0;
  padding:0;
  margin-top:0;
  border-top:0;
  border-radius:0;
  left:0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before{  position:absolute;  top:0;}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {  padding:8px 15px;  color:#fff;}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {  background-color:#00479d;  color:#fff;}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {  border-radius:0 0 3px 3px;}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {  background-color:transparent;}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {  border-top:0;  padding-bottom:0;width: 100%; background:#00479d;}

.navbar-inverse .navbar-nav  li a:hover {
	display: block;
	background:#92d051;
	color: #fff;
}
.navbar-inverse .navbar-nav li ul {
	display: none;
	position: absolute;
	z-index: 9;
	list-style: none;
	background: #00c8b2;
	height: auto;
	top:50px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}
.navbar-inverse .navbar-nav li:hover ul {
	display: block;
	background:#92d051;
}


/*************************
*******Home Page******
**************************/

#main-slider {  position:relative;}
.no-margin {  margin:0;  padding:0;}
#main-slider .carousel .carousel-content {  margin-top:150px; font-size:40px;}
#main-slider .carousel span {color:#e50012; display:block; height:80px; text-align:center;}
#main-slider .carousel .item {
  background-position:50%;
  background-repeat:no-repeat;
  background-size:cover;
  left:0 !important;
  opacity:0;
  top:0;
  position:absolute;
  width:100%;
  display:block !important;
  height:593px;
  -webkit-transition:opacity ease-in-out 500ms;
  -moz-transition:opacity ease-in-out 500ms;
  -o-transition:opacity ease-in-out 500ms;
  transition:opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {  top:auto;  position:relative;}
#main-slider .carousel .item.active {
  opacity:1;
  -webkit-transition:opacity ease-in-out 500ms;
  -moz-transition:opacity ease-in-out 500ms;
  -o-transition:opacity ease-in-out 500ms;
  transition:opacity ease-in-out 500ms;
  z-index:1;
}
#main-slider .carousel-indicators li { width:20px; height:20px; background-color:#fff; margin:0 15px 0 0; position:relative; }
#main-slider .carousel-indicators li:after {
  position:absolute;
  content:"";
  width:24px;
  height:24px;
  border-radius:100%;
  background:rgba(0, 0, 0, 0);
  border:1px solid #FFF;
  left:-3px;
  top:-3px;
}
#main-slider .carousel-indicators .active{ width:20px; height:20px; background-color:#c52d2f; margin:0 15px 0 0; border:1px solid #c52d2f; position:relative;}
#main-slider .carousel-indicators .active:after {
  position:absolute;
  content:"";
  width:24px;
  height:24px;
  border-radius:100%;
  background:#c52d2f;
  border:1px solid #c52d2f;
  left:-3px;
  top:-3px;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation:fadeInUp 300ms linear 300ms both;
  -moz-animation:fadeInUp 300ms linear 300ms both;
  -o-animation:fadeInUp 300ms linear 300ms both;
  -ms-animation:fadeInUp 300ms linear 300ms both;
  animation:fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation:fadeInUp 300ms linear 600ms both;
  -moz-animation:fadeInUp 300ms linear 600ms both;
  -o-animation:fadeInUp 300ms linear 600ms both;
  -ms-animation:fadeInUp 300ms linear 600ms both;
  animation:fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation:fadeInUp 300ms linear 900ms both;
  -moz-animation:fadeInUp 300ms linear 900ms both;
  -o-animation:fadeInUp 300ms linear 900ms both;
  -ms-animation:fadeInUp 300ms linear 900ms both;
  animation:fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation:fadeInUp 300ms linear 1200ms both;
  -moz-animation:fadeInUp 300ms linear 1200ms both;
  -o-animation:fadeInUp 300ms linear 1200ms both;
  -ms-animation:fadeInUp 300ms linear 1200ms both;
  animation:fadeInUp 300ms linear 1200ms both;
}



/*******/
#services { background:#000 url(../images/services/bg_services.png); background-size:cover; }
#services .lead,#services h2{ color:#fff; }
.services-wrap { padding:40px 30px; background:#fff; border-radius:4px; margin:0 0 40px; }
.services-wrap h3 { font-size:20px; margin:10px 0; }
.services-wrap .pull-left { margin-right:20px; }



#middle { background:#f2f2f2;}
.skill h2{ margin-bottom:25px;}
.progress-wrap{ position:relative;}
.progress .color1,.progress .color1 .bar-width{ background:#2d7da4; }
.progress .color2,.progress .color2 .bar-width{ background:#6aa42f; }
.progress .color3,.progress .color3 .bar-width{ background:#ffcc33; }
.progress .color4,.progress .color4 .bar-width{ background:#db3615; }
.progress,.progress-bar {
  height:15px;
  line-height:15px;
  background:#e6e6e6;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
  border-radius:0;
  overflow:visible;
  text-align:right;
}
.progress{ position:relative; }
.progress .bar-width{
  position:absolute;
  width:40px;
  height:20px;
  line-height:20px;
  text-align:center;
  font-size:12px;
  font-weight:700;
  top:-30px;
  border-radius:2px;
  margin-left:-30px;
}

.progress span{ position:relative; }
.progress span:before{
  content:" ";
  position:absolute;
  width:auto;
  height:auto;
  border-width:8px 5px;
  border-style:solid;
  bottom:-15px;
  right:8px;
}

.progress .color1 span:before{ border-color:#2d7da4 transparent transparent transparent; }
.progress .color2 span:before{ border-color:#6aa42f transparent transparent transparent; }
.progress .color3 span:before{ border-color:#ffcc33 transparent transparent transparent; }
.progress .color4 span:before{ border-color:#db3615 transparent transparent transparent; }

.accordion h2{ margin-bottom:25px; }
.panel-default{ border-color:transparent; }
.panel-default>.panel-heading,
.panel{ background-color:#e6e6e6; border:0 none; box-shadow:none; }
.panel-default>.panel-heading+.panel-collapse .panel-body{ background:#fff; color:#858586;}
.panel-body{ padding:20px 20px 10px; }
.panel-group .panel+.panel{ margin-top:0; border-top:1px solid #d9d9d9;}
.panel-group .panel{ border-radius:0; }
.panel-heading{ border-radius:0; }
.panel-title>a{ color:#4e4e4e; }
.accordion-inner img{ border-radius:4px; }
.accordion-inner h4{ margin-top:0; }
.panel-heading.active{ background:#1f1f20;}

.panel-heading.active .panel-title>a{ color:#fff;}

a.accordion-toggle  i{
  width:45px;
  line-height:44px;
  font-size:20px;
  margin-top:-10px;
  text-align:center;
  margin-right:-15px;
  background:#c9c9c9;
}

.panel-heading.active a.accordion-toggle i{ background:#c52d2f; color:#fff;}
.panel-heading.active a.accordion-toggle.collapsed i{ background:#c52d2f;  color:#fff;}

.nav-tabs>li{ margin-bottom:0px; border-bottom:1px solid #e6e6e6; }
.nav-tabs{ border-bottom:transparent; border-right:1px solid #e6e6e6; }
.nav-tabs>li>a {
  background:#f5f5f5;
  color:#666;
  border-radius:0;
  border:0 none;
  line-height:24px;
  margin-right:0;
  padding:13px 15px;
}
.nav-tabs li:last-child{ border-bottom:0 none; } 
.nav-stacked>li+li{ margin-top:0; }
.nav-tabs>li>a:hover{ background:#1f1f20; color:#fff; }
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border:0;
  color:#fff;
  background:#1f1f20;
  position:relative;
}
.nav-tabs>li.active>a:after {
  position:absolute;
  content:"";
  width:auto;
  height:auto;
  border-style:solid;
  border-color:transparent transparent transparent #1f1f20;
  border-width:25px 22px;
  right:-44px;
  top:0;
}
.tab-wrap{ border:1px solid #e6e6e6; margin-bottom:20px; }
.tab-content{ padding:20px; }
.tab-content h2{ margin-top:0; }
.tab-content img{ border-radius:4px; }
.testimonial h2{ margin-top:0; }
.testimonial-inner { color:#858586; font-size:14px; }
.testimonial-inner .pull-left{ border-right:1px solid #e7e7e7; padding-right:15px; position:relative; }
.testimonial-inner .pull-left:after{
  content:"";
  position:absolute;
  width:9px;
  height:9px;
  top:50%;
  margin-top:-5px;
  background:#FFF;
  -webkit-transform:rotate(45deg);
  border:1px solid #e7e7e7;
  right:-5px;
  border-left:0 none;
  border-bottom:0 none;
}


.parBd{ overflow:hidden;}
/*********/
#partner { background:url(../images/bg5.jpg) bottom center no-repeat; width:100%; float:left; background-size:cover; padding:30px 0 100px;}
.partners{ width:100%; text-align:center; float:left; margin:20px 0 50px; }
.partners .slideBox{ position:relative; width:100%; float:left;}
.partners .parBd .tempWrap{ float:left;  }
.partners .parBd ul li{ width:20%; display:block; float:left; text-align:center;  }
.partners .parBd ul li i{ width:100%; margin:0 5px; display:block;  }



/***********************
********* Footer ******
************************/
#bottom {  background:#00479d; color:#fff;  font-size:14px; float:left; width:100%;}
#bottom ul li a { display:block; color:#fff;}
#bottom ul li p a { display:inline; color:#fff; }
#bottom ul li a:hover { color:#92d051;}
#bottom ul{ display:block; float:left; width:75%; line-height:30px;}
#bottom ul li{ display:block; float:left; width:16%; min-height:180px; margin-right:2%;  }
#bottom ul li:last-child{ border-right:0; box-shadow:none; width:40%; margin-right:0;}
#bottom ul li span{ display:block; font-size:16px; color:#ffffff; margin-bottom:10px; line-height:normal;}
#bottom .fr{ width:25%; text-align:right;}
#bottom .fr img{ float:right; width:89px; height:111px;}
#bottom .fr p{ display:block;  float:right; padding-right:10px; padding-top:3px; font-size:16px;}
#bottom .fr p b{ color:#fff;}
#bottom .fr p em{ font-style:normal; font-size:34px; line-height:50px; color:#fff !important; font-family:"aparaj";}


#footer { padding:20px 0; color:#fff; background:#084fa9 url(../images/bottom-fload-bg.jpg) no-repeat; float:left; width:100%;}
#footer a { color:#e4e4e4;}
#footer a:hover { color:#c1e6f2;}
#footer ul { list-style:none;  padding:0; margin:0;}
#footer ul > li { display:inline-block; margin-left:15px;}
#footer p{text-align:center;}


.news_title{width:100%; float:left; height:auto;margin:20px 0 10px;text-align:center; padding:0 10px;}
.news_title h2{font-size:24px; line-height:40px; font-weight:500; margin:0;}
.news_title p{color:#b3b3b3; width:100%; padding:5px 0; font-size:14px; border-bottom:1px dashed #c1c1c1;}



*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.title{ background:#fff; width:100%;  float:left;}
.title span{ margin:20px 0 20px 50px; width:92%; color:#666; display:block; float:left; }

.p_title{width:100%; float:left; margin:30px 0; text-align:center; }
.p_title h2{ font-size:34px; font-weight:400;background:url(../images/line.png) center bottom no-repeat; padding-bottom:15px;}
.p_title p{ line-height:40px; color:#d3d3d3; font-size:24px; }


a.mask {text-decoration:none; overflow:hidden; display:block; }
img.zoom-img {-webkit-transform:scale(1, 1); -webkit-transition-timing-function:ease-out; -webkit-transition-duration:250ms; -moz-transform:scale(1, 1); -moz-transition-timing-function:ease-out; -moz-transition-duration:250ms; }
img.zoom-img:hover {
	-webkit-transform:scale(1.1); 
	-webkit-transition-timing-function:ease-out; 
	-webkit-transition-duration:250ms; 
	-moz-transform:scale(1.1); 
	-moz-transition-timing-function:ease-out; 
	-moz-transition-duration:250ms; 
	overflow:hidden; 
	}





/*--banner--*/
.banner{text-align:center; height:593px; width:100%; float:left;  }
.banner p{ width:100%; height:593px; display:block; float:left;}
.banner2{width:100%;  height:366px; float:left;}
.banner2 p{ width:100%; height:366px; display:block; float:left;}


/*****/
.mokuai{ width:100%; height:135px; background:#d12a1a url(../images/bgSection.png) repeat; float:left;}
.mokuai ul{ width:100%; float:left;}
.mokuai ul li{ height:60px; width:33.333%; float:left; color:#fff; text-align:center; margin-top:40px;}
.mokuai ul li a{ display:block; color:#fff; width:88%; font-size:24px; line-height:56px; border:2px solid #e78075;}
.mokuai ul li a.fm{ margin-left:6%;}
.mokuai ul li a:hover{ background:#af1d0e;}




.pic { position:relative;  background:#fff;margin-right:10px;margin-bottom:15px; }
.pic span{ display:block; line-height:50px; padding:0 20px; font-size:18px; letter-spacing:0.5px;}
.pic img{ width:100%; }
.pic .recent-work-inner{ background:transparent; opacity:.8; width:100%; height:100%; z-index:888; position:absolute; top:0; left:0; border-radius:0; margin-bottom:0; background:#000;filter:alpha(opacity=50);-moz-opacity:0. ;  
      -khtml-opacity: 0.5;  
      opacity: 0.5;}
	  
.pic .overlay p{ position:relative; z-index:999; font-size:16px; line-height:30px;}
.pic .overlay { position:absolute; top:0; bottom:50px; left:0; width:100%; text-align:left;  opacity:0; border-radius:0; color:#fff;    vertical-align:middle; padding:30px;
  -webkit-transition:opacity 500ms;
  -moz-transition:opacity 500ms;
  -o-transition:opacity 500ms;
  transition:opacity 500ms;  
}
.pic .overlay .preview { bottom:0; display:inline-block; height:35px; line-height:35px; border-radius:0; background:transparent; text-align:center; color:#fff; }
.pic:hover .overlay { opacity:1; }




.sPrev,.sNext{ display:block; width:50px; top:0; height:100%; z-index:999; position:absolute;}
.sPrev{ left:-100px; background:url(../images/left.png) center center no-repeat;  }
.sNext{ right:-100px; background:url(../images/right.png) center center no-repeat; }
#slideGroup #indemo .tempWrap{ float:left; background:#fff;  }
/* 首页 投资领域 */
.g_zs{ width:100%; padding:70px 0 120px; position:relative; background:#efefef; background-size:cover;}
.center h2{ font-size:36px;height: 50px;line-height: 50px;margin: 0;color:#00479d;background: url(../images/line1.png)center bottom no-repeat;}
.center {text-align:center; padding-bottom:55px;}
#slideGroup{overflow:hidden; background: #FFF;width:100%;height: 260px; }
#slideGroup #indemo ul li{ float:left; _display:inline; text-align:center; }
#slideGroup #indemo{float: left;width:800%;height: 260px;}
#slideGroup #indemo ul li{display:block; float:left;  }
#slideGroup #demo1 ul{ height:260px;float: left;}
#slideGroup #demo1{ float:left;height: 260px;}
#slideGroup #demo2 {float: left;}



.g_zs .pic { position:relative;  background:#fff;margin: 10px; }
.g_zs .pic b{padding: 15px 0;display: block;font-weight: 400;font-size: 16px;overflow: hidden;text-overflow: ellipsis;}
.g_zs .pic span{ display:block; line-height:50px; padding:0 20px; font-size:18px; letter-spacing:0.5px;}
.g_zs .pic img{ width:100%; width: 279px;height: 201px;}





/*--合作伙伴--*/
.hezuo{ width:100%; min-height:474px; float:left; padding:20px 0 0; background:url(../images/bg5.jpg) bottom center no-repeat;}
.hezuo1{ width:100%; min-height:474px; float:left; padding:20px 0 100px; }
#client ul{width:100%; margin:0px auto 70px; overflow:hidden;  }
#client ul li{float:left; width:20%; display:block; text-align:center; padding:15px 10px; }
#client ul li i{ background:#fff;display:block; padding:5px 0; border:1px solid #dedede; height:75px; overflow:hidden;}
#client ul li i:hover{	box-shadow:0px 1px 5px 1px #d4d4d4; /*水平阴影、垂直阴影、模糊距离，以及阴影的颜色*/ 	transition:all ease-in-out .3s; 
	-webkit-transition:all ease-in-out .3s; 
	-moz-transition:all ease-in-out .3s; }
#client ul li i img{ width:90%;}
/***index end***/




/******************
second public-left page css
******************/
.c_left{ width:20%; float:left; margin:0 0 20px; }
.c_left .left_menu{width:100%; height:135px; line-height:45px;padding-top:45px; text-align:center; float:left; background:#00479d url(../images/left_menu_top.png) no-repeat 15px center; color:#fff; font-size: 28px;font-weight: 600;}
.c_left ul{ background:#eeeeee; width:100%; float:left; min-height:100px; padding:10px 0 10px;}
.c_left ul li{ display:block; float:left; height:40px; line-height:40px; width:100%; border-bottom:1px solid #fefefe;position: relative;text-overflow: ellipsis;
white-space: nowrap;overflow: hidden;}
.c_left ul li a{ font-size:16px; color:#000; display:block;position: relative;padding-left:20px;text-overflow: ellipsis;overflow: hidden;}
.c_left ul li:last-child{border-bottom:0px;}
.c_left ul li::before {content: " ";display: block;width: 0%;height: 100%;background: #00479d;position: absolute;z-index: 0;-webkit-transition: all .7s;transition: all .7s;}
.c_left ul li::after {content: " ";display: block;opacity: 0;width: 25px;height: 25px;background: url(../images/left_list.png) no-repeat;position: absolute;right: 13px;top:12px;-webkit-transition: all .7s;transition: all .7s;margin: 0;}

.c_left ul li:hover::before{ background:#92d051; width:100%;}
.c_left ul li:hover::after{opacity:1;}
.c_left ul li:hover > a{color:#fff;}

.c_left ul li a.now{ color:#e11c20;}
.left_contact{ width:100%; float:left;margin-top:20px;}
.left_cont{ height:87px; background:url(../images/left_menu_contact.jpg); text-align:center;}
.left_cont span{  color:#fff; font-size:20px;font-weight: 600; padding: 0 0 0 35px;line-height: 87px;}
.left_contact .box{ background:#fff; border:1px #ccc solid; padding:8px 5px;}
.left_contact .box:hover{ background:#fff; }
.left_contact .box p{ line-height:30px; font-size:15px; margin:0; }

.c_right{ float:right; width:75%; height:auto; margin:50px 0; min-height:500px;}
.c_right .c_title{ width:100%; text-indent:10px; height:50px; line-height:50px; font-size:24px; margin-bottom:20px; border-bottom:1px solid #c3c3c3;}
.c_right .c_title span{ float:right; font-size:14px; color:#999;}
.c_right .c_title span a{ padding:0 5px; color:#999;}

.content{ width:100%; padding:30px 25px; font-size:16px; line-height:40px; overflow:auto;}
.content img{ margin:30px 0 40px;}
.article_content{overflow:auto;line-height: 30px;}
/***分页***/
.page { font-size:1.125em; margin:20px 0 30px 0; display:block; float:left; width:100%; text-align:center;}
.page a{ border:1px solid #e1e1e1; color:#777; background:#f5f5f5; padding:7px 13px;display:inline; margin:0 8px; border-radius:2px;}
.page a:hover,.page a.now{border:1px solid #e95b5e; color:#fff; background:#e95b5e;}


/******************
tuandui page css
******************/
.tuandui{ width:100%; float:left;}
.tuandui li{ width:100%; display:block; float:left; margin:20px 0;}
.tuandui li .fl{ display:block; width:25%; min-height:260px; }
.tuandui li .fl img{ width:100%;}
.tuandui li .fr{ display:block; width:74%; min-height:260px; padding:0 20px; background:#f1f3f7;}
.tuandui li .fr h2{ font-size:22px; color:#e11c20; display:block; width:100%; float:left; margin:30px 0 15px;}
.tuandui li .fr h2 i{ font-style:normal; font-size:16px; color:#525252; padding:0 20px;}
.tuandui li .fr p{ line-height:24px; font-size:13px;}


/******************
xiangmu page css
******************/
.xiangmu_top{ display:block; float:left; padding:20px 10px; font-size:16px; line-height:32px;}
.xiangmu{ width:100%; float:left;}
.xiangmu li{ width:100%; display:block; float:left; margin:15px 0;}
.xiangmu li .fl{ display:block; width:23.5%; }
.xiangmu li .fl img{ width:100%; height:135px;}
.xiangmu li .fr{ display:block; width:75%; min-height:135px; padding:0 20px; background:#f1f3f7;}
.xiangmu li .fr h2{ font-size:18px; color:#555555; display:block; width:100%; float:left; margin:30px 0 15px;}
.xiangmu li .fr p{ line-height:24px; font-size:13px;}
.xiangmu a{ color:#333;}


/******************
yewu page css
******************/
.xiangmu_top{ display:block; float:left; padding:20px 10px; font-size:16px; line-height:32px;}
.yewu{ width:100%; float:left;}
.yewu li{ width:33.33%; display:block; float:left; margin:15px 0; padding:10px 1%; }
.yewu li a{ border:1px #dedede solid;display: inline-block;width: 100%;}
.yewu li:last-child{ margin-right:0;}
.yewu li img{ width:100%;}
.yewu li div{ float:right; display:block; width:100%; padding:0;  text-align:center; line-height:1.8;}
.yewu li div h2{ font-size:16px; color:#555555; display:block; width:100%; float:left; margin:12px 0 8px;}
.yewu li div p{ line-height:22px; font-size:13px;}

/******************
news page css
******************/
.news_list{ width:100%; float:left;}
.news_list li{ width:100%; display:block; float:left; margin:20px 0; border-bottom:1px solid #e4e4e4; padding-bottom:30px;}
.news_list li .fl{ width:12%; height:110px; background:#b7b7b7; border-radius:2px; color:#fff; text-align:center;transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }
.news_list li .fl b{ font-size:50px; margin-top:15px; display:block; float:left; width:100%; line-height:60px;}
.news_list li .fl em{ font-style:normal;}
.news_list li .fr{ float:right; display:block; width:100%; padding:0 20px; }
.news_list li .fr span {float: right;font-size: 17px;color: #666;}
.news_list li .fr a{ font-size:18px; color:#333; display:block; width:100%; float:left; margin:0 0 15px;}
.news_list li .fr p{ line-height:28px; color:#999; font-size:14px; height:60px; display:block; float:left; width:100%; overflow:hidden;}
.news_list li:hover .fl{ background:#da3220; }
.news_list li:hover .fr a{color:#0c3b74; padding-left:15px; transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }
.news_list li:hover .fr p{color:#666; transition:all ease-in-out .5s; 
	-webkit-transition:all ease-in-out .5s; 
	-moz-transition:all ease-in-out .5s; }


/*--新闻/案例详情--*/
.products{ background:#fff; padding:0 20px; margin:50px 0; border-radius:2px; 
-webkit-animation:gdownIn 1s 0.7s both; 
-moz-animation:gdownIn 1s 0.7s both; 
animation:gdownIn 1s 0.7s both;
}
.products h1{font-size:38px;color:#00a0ea;padding:60px 0 5px 0;}
.products .pro{padding:10px;line-height:30px;padding:40px 80px;}
.products .pro-img{text-align:left;float:left;width:250px;}
.daline{ border-bottom:1px solid #f2f2f2; text-align:center; margin:0 80px; padding:15px 0; color:#bebebe; position:}
.pager{ width:100%; padding:10px 80px 30px; text-align:left;}
.pager span{ width:33.333%; display:block; float:left;}
.pager span:last-child{ text-align:right;}
.pager a{display:inline-block;padding:0 13px; font-size:20px;}
.pager .fl a{ background:url(../images/l.png) left center no-repeat; padding-left:20px;}
.pager .fr a{ background:url(../images/r.png) right center no-repeat; padding-right:20px;}
.pager .fm{ text-align:center;}
.pager .fm a{ background:#e4e4e4; color:#fff; padding:10px 30px; border-radius:5px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.pager .fm a:hover{ background:#3aca69; color:#fff; }

/*主页搜索*/
.keyword-search{ line-height:38px; background: #fff;width:inherit; overflow:hidden; padding:10px 0;}
.keyword-search .keyword{ float:left; width:50%;}
.keyword-search .search{ float:right; width:50%;}
.search .clearfix{ float:right; width:auto; height:38px;}
.search .clearfix li{ float:left;height:38px;line-height:38px;}
.search #keyword{ width:250px;height: 38px;}
.searchinfo li .button{ width:38px;height:38px;padding:0;border:0;background-color:#00479d;cursor:pointer;color: #fff;}

/*产品展示*/
.pro{ position:relative; width:100%; background:#efefef;padding: 50px 0 50px;}
.list{ float:left; width:22%;}
.list .list_top{ background:#00479d; padding:10px 0 10px 25px;margin: 0 0 4px 0;}
.list .list_top h2{/* text-align:center; */color:#fff; font-size:20px;}
.list ul{ float:left; width:100%;}
.list ul li{ width:100%;float:left; padding-left:12px; font-size:15px; height:35px; line-height:35px;border-bottom: 1px #ddd dotted;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.list ul li:hover{ padding-left:20px; transition: all .5s ease-in-out;-webkit-transition: all .5s ease-in-out;-o-transition:all .5s ease-in-out;}
.list ul li:hover .caret{ color:#000;}
.list li .caret{transform: rotate(-90deg);margin: 0 5px;color:#999999;}

.pro_all{ background:#00479d; color:#fff;font-size:17px!important;border-bottom: 0px!important;height: 40px!important;line-height: 40px!important;}
.pro_all a{ color:#fff !important;display: block;}
.pro_all a::after {content: "";display: inline-block;float: right; width:30px;height: 20px;background: url(../images/right0.png) no-repeat;margin: 10px 0 0 0;}
.pro_ul{ float:right; width:75%;background: #fff;}
.pro_ul ul{ float:right; width:100%;padding-top: 50px;}
.pro_ul li{ width:31.3%; float:left; margin:0 1% 50px;border: 1px #e4e4e4 solid;text-align: center;}
.pro_ul li .pic{margin: 10px;}
.pro_ul li b{ width:100%; height:40px; line-height:40px;display: block;font-size: 16px;font-weight: 400; text-overflow:ellipsis;overflow: hidden;white-space: nowrap;}
.pro_ul li b:before{ content:""; display: block; margin:0 10px; height:1px; background:#e4e4e4;}
.pro_ul li b{ background:#fff;}
.pro_ul li:hover b{ background:#00479d; color:#fff;}
.pro_ul li:hover b:before{background:#00479d; }

.pro_top{ width:100%; float:left; background:linear-gradient(#ffffff, #e7e7e7);background-color:#ececec;height: 50px;}
.pro_top h2{ font-size:20px;font-weight: 400; background:#00479d; color:#fff; padding:0 10px; height:50px;display: inline-block; line-height:50px; margin:0;}
.pro_top h2 b{ font-weight:400; font-size:16px; color: #ddd;}
.pro_top a{ float:right; font-size:15px; color:#666;line-height: 50px}
.pro_top .icon {display: inline-block;width: 13px; height: 13px;text-align: center;background:#00479d;border-radius: 50%;font-style: normal;vertical-align: middle;margin:0 10px 3px 5px;position: relative;}
.pro_top .icon::before {content: ""; display: block;position: absolute;width: 7px;height: 1px;top: 6px; left: 3px; background: #fff;}
.pro_top .icon::after {content: "";display: block;position: absolute;width: 1px;height: 7px;top: 3px;left: 6px;background: #fff;}
.pro_top .icon:hover:after{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);    -ms-transition:all .5s; -moz-transition:all .5s; -webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.pro_top .icon:hover:before{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);     -webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}

/*新闻资讯*/
.news{ position:relative; width:100%; background:#f8f8f8; padding:50px 0 50px;}
.news_top{width:100%; float:left; }
.news_top h2{ font-size:25px; background:#00479d; color:#fff; padding:0 10px; height:40px; line-height:40px;}
.news_top h2 b{ font-weight:400; font-size:23px; color:#CCCCCC;}
.news_top h2 a{ float:right; font-size:15px; color:#FFFFFF;}
.news_top h2 .icon {display: inline-block;width: 13px; height: 13px;text-align: center;background: #fff;border-radius: 50%;font-style: normal;vertical-align: middle;margin:0 0 4px 5px;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;position: relative;}
.news_top h2 .icon::before {content: ""; display: block;position: absolute;width: 7px;height: 1px;top: 6px; left: 3px; background: #00479d;}
.news_top h2 .icon::after {content: "";display: block;position: absolute;width: 1px;height: 7px;top: 3px;left: 6px;background: #00479d;}
.news_top .icon:hover:after{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);      -ms-transition:all .5s; -moz-transition:all .5s;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.news_top .icon:hover:before{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);      -ms-transition:all .5s; -moz-transition:all .5s;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}


.new_list{ width:100%; float:left;padding:20px 0 0;}
.new_list li{ width:48%; margin:10px 1%; float:left; color:#000; overflow: hidden; padding:5px 10px;border-bottom: 1px #ddd solid;}
.new_list li a{ height:40px; line-height:40px; font-size:17px;color:#000;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.new_list li p{ height:60px; line-height:30px; font-size:15px;}


/*应用案例*/
.case{ position:relative; width:100%; background:#fff;padding:50px 0 50px;}
.case_top{width:100%; float:left; text-align:center;margin: 0 0 20px 0;}
.case_top h2{ font-size:28px; color:#00479d; padding:0 10px; height:40px; line-height:40px; margin:0;background: url(../images/line1.png)center bottom no-repeat;}
.case_top b{ color:#999999; font-size:15px; font-weight:400;}
.case_ul{ float:left; width:100%; text-align:center;}
.case_ul li{ float:left; width:23%;margin:10px 1%;position: relative;overflow: hidden; display:block;}
.case_ul li img{width:100%;}
.case_ul li a{ width:100%;}
.case_ul li a .text{position: absolute;bottom: -41px;background: rgba(0, 71, 159, 0.5);background: #0845a4 \9;width: 100%;color: #fff;text-align: center;padding: 15px 5px;-webkit-transition: all .5s;transition: all .5s;}
.case_ul li a .title {display: block;font-size: 16px;height: 30px;line-height: 30px;overflow: hidden;background: none;}
.case_ul li a .info {font-size: 14px;height: 30px;line-height: 30px;overflow: hidden;display: inline-block;}
.case_ul li a:hover > .text {bottom:0px;}


/*公司介绍*/
.about{ background:#f6f6f6;width:100%; position:relative; padding:50px 0 60px;}
.about .about_left{ width:50%; float:left; background:#fff;padding:0;}
.about_top{ background:#00479d; height:40px; line-height:40px; padding:0 10px;}
.about_top h2{ font-size:22px; color:#fff;margin: 0;height: 40px;line-height: 40px;}
.about_top b{ color:#ccc; font-size:16px; font-weight:400;}
.about_top h2 a{ float:right; font-size:15px; color:#FFFFFF;}
.about_top a .icon {display: inline-block;width: 13px; height: 13px;text-align: center;background: #fff;border-radius: 50%;font-style: normal;vertical-align: middle;margin:0 0 4px 5px;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;position: relative;}
.about_top a .icon::before {content: ""; display: block;position: absolute;width: 7px;height: 1px;top: 6px; left: 3px; background: #00479d;}
.about_top a .icon::after {content: "";display: block;position: absolute;width: 1px;height: 7px;top: 3px;left: 6px;background: #00479d;}
.about_top .icon:hover:after{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);    -ms-transition:all .5s; -moz-transition:all .5s;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}
.about_top .icon:hover:before{transform:rotate(360deg);-ms-transform:rotate(360deg);-moz-transform:rotate(360deg);-webkit-transform:rotate(360deg); -o-transform:rotate(360deg);    -ms-transition:all .5s; -moz-transition:all .5s;-webkit-transition: all .5s;-o-transition: all .5s;transition: all .5s;}


.about_info{ width:100%; float:left; padding:20px 1%;}
.about_info img{ float:left; width:20%; height:auto;}
.about_info p{ width:78%; float:right; height:auto;font-size: 16px;line-height: 26px;}

.about .about_right{ width:45%; float:right; padding:5px 2%; background:#fff;min-height: 280px;padding:0 0 0 0;}
.about .about_right ul{ width:100%; position:relative;float: left;} 
.about_right ul li{ width:33.3%;display: inline-grid;height:auto;text-align: center;float:left;}
.about_right ul li .box{ width:117px; height:117px;margin: auto;border-radius: 50%; overflow:hidden;position: relative;border: 1px  #cccccc solid;}
.about_right ul li p{ float:left; display:block;height: 30px;line-height: 30px;margin: 0;font-size: 17px;}
.box .link{ z-index:1;}
.box .hover{z-index:0;}
.box .link,.box .hover{position: absolute;left: 0;-webkit-transition: opacity 1s ease-in-out;-moz-transition: opacity 1s ease-in-out;-o-transition: opacity 1s ease-in-out;transition: opacity 1s ease-in-out;}
.box:hover{ background:#00479d;}
.box .link:hover{opacity: 0; }
.about_right ul li:hover{ color:#00479d;}

/*主页电话*/
.phone{ float: right;height: auto;line-height: 23px;width: auto;margin-top:44px;}
.phone img {width: 40px;height: auto;float: left;padding-top: 5px;}
.phone b {padding-left: 15px;float: right;display: block;font-size:26px;color:#065ab0;vertical-align: middle;font-family: '宋体';font-weight: 600;}
.phone em {display: block;font-size: 16px;color: #000;font-weight: 400;font-style: normal; padding-bottom:3px;}



