html,
body {
  font-family: "Microsoft YaHei" !important; }

.top-bg {
  border-top: 3px solid #e62a05; }

.menu-bg {
  background-color: #f9f9f9;
  height: 50px; }

.logo {
  display: table;
  height: 107px;
  line-height: 107px; }
  .logo span {
    display: table-cell; }
    .logo span img {
      vertical-align: middle; }

.top-info {
  margin-top: 36px;
  padding-left: 50px;
  height: 35px;
  background: transparent url(../images/icon-tel.png) left center no-repeat; }
  .top-info p {
    display: block;
    color: #d71c00;
    font-size: 18px;
    line-height: 20px; }
    .top-info p.tips {
      color: #333;
      font-size: 12px;
      line-height: 15px; }

/*.menu {
  height: 50px; }
  .menu .nav {
    list-style: none; }
    .menu .nav:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .menu .nav .nav-item {
      float: left;
      height: 50px;
      text-align: center;
      position: relative;
	  z-index:5;
      margin: 0 5px;}
	  .menu .nav .nav-item .set{}
      .menu .nav .nav-item.active a, .menu .nav .nav-item:hover a {
        background-color: #e62a05;
        border-radius: 25px;
        height: 28px;
        color: #fff;
        margin-top: 11px;
		border-right:0;
        line-height: 28px; }
      .menu .nav .nav-item a {
        display: block;
        width: 109px;
        text-align: center;
        margin-top: 18px;
        height: 14px;
        line-height: 14px;
        color: #666;
        font-size: 14px;
        transition: all 0.35s;
        border-right: 1px dashed #999; }*/
		
		

.menu {
  height: 50px;}
  .menu .nav {
    position: absolute;
    height: 50px; }
    .menu .nav .nav-item {
      float: left;
      display: block;
      position: relative;
      line-height: 50px;
      height: 50px;	
      text-align: center;
      list-style: none;
      transition:all .25s; }
      .menu .nav .nav-item a {
        color: #666;
        display: block;
        height: 100%;
        font-size: 14px;
		width:109px;
		margin-top:18px;
		white-space:nowrap;
		overflow:hidden; 
		transition:all .25s;
		height:14px;
		line-height:14px;
		border-left: 1px dashed #999; 
        text-decoration: none; }
		.menu .nav .nav-item a.frist {
			border:none;
		}
      .menu .nav .nav-item a:hover {
        color: #fff;
		background:#e62a05;
		margin-top:11px;
		height:28px;
		line-height:28px;
		border-radius: 25px; }
      .menu .nav .nav-item .sec {
        width: 100%;
        top: 50px;
        display: none;
        position: absolute;
        z-index: 9; }
        .menu .nav .nav-item .sec .sec-item {
          width: 100%;
          height: 35px;
          line-height: 35px;
		  overflow:hidden;
          border-bottom: 0px solid #4f575b;
          background:url(../images/menu-nav-bg.png) repeat;
		  font-size:14px;
          color: #333; }
          .menu .nav .nav-item .sec .sec-item a {
            color: #fff; 
			padding:0;
			border-right:none;
			height:28px;
			line-height:28px;
			margin-top:0;
			border-radius:25px;
			transition:all .25s;
			background:#333;
			font-size:12px;}
            .menu .nav .nav-item .sec .sec-item a:hover {
             background-color:#e62a05;
			 color:#fff;
			 }
      .menu .nav .nav-item.active a, .menu .nav .nav-item:hover a{
        background-color: #e62a05;
		border-radius:25px;
		height:28px;
		line-height:28px;
		margin-top:11px;
		color:#fff;
		 }
.banner .main_visual {
  height: 550px; }
  .banner .main_visual .slider_content_box {
    height: 550px; }
    .banner .main_visual .slider_content_box ul {
      height: 550px; }
      .banner .main_visual .slider_content_box ul li {
        height: 550px; }
        .banner .main_visual .slider_content_box ul li a {
          height: 550px; }

.common-module-style {
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 30px 0;
  margin-top: 60px; }
  .common-module-style .img {
    width: 100%;
    height: auto; }
    .common-module-style .img a img {
      display: block;
      width: 40px;
      height: 40px;
      margin: 0 auto; }
    .common-module-style .img a p {
      font-size: 16px;
      color: #333;
      height: 40px;
      line-height: 40px;
      text-align: center; }
  .common-module-style .text {
    width: 100%;
    margin-top: 5px; }
    .common-module-style .text p {
      width: 230px;
      margin: 0 auto;
      text-align: center;
      font-size: 14px;
      color: #999;
      line-height: 26px; }
  .common-module-style .readmore {
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 8px;
    font-size: 12px;
    color: #666;
    background: transparent url(../images/icon-down.png) bottom center no-repeat;
    transition: all .35s; }
  .common-module-style:hover .readmore {
    background-image: url(../images/icon-down-active.png);
    color: #e62a05; }
.service_r {
	width:380px;
	float:left;
	margin-left:20px;
}
.service_r:first-child{
	margin-left:0px;
}

.common-title-style1 {
  display: block;
  height: 43px;
  line-height: 43px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  text-align: center; }
  .common-title-style1 a {
    display: inline-block;
    height: 43px;
    color: #e62a05;
    font-size: 16px;
    position: relative; }
    .common-title-style1 a span {
      color: #919191;
      margin-left: 10px; }
    .common-title-style1 a:before {
      content: '';
      width: 0;
      height: 0;
      border: 2px solid #e62a05;
      border-radius: 100%;
      position: absolute;
      left: -20px;
      top: 50%;
      margin-top: -2px; }
    .common-title-style1 a:after {
      content: '';
      width: 0;
      height: 0;
      border: 2px solid #e62a05;
      border-radius: 100%;
      position: absolute;
      right: -20px;
      top: 50%;
      margin-top: -2px; }

.bg1 {
  margin-top: 60px;
  height: 366px;
  width: 100%;
  background: transparent url(../images/bg1.jpg) center no-repeat; }

.profile {
  margin-top: 60px; }
  .profile .profile-detail {
    margin-top: 20px; }
    .profile .profile-detail:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .profile .profile-detail .img {
      width: 180px;
      height: 220px;
      float: left; }
      .profile .profile-detail .img img {
        width: 180px;
        height: 220px;
        display: block; }
    .profile .profile-detail .text {
      float: left;
      margin-left: 20px;
      width: 580px; }
      .profile .profile-detail .text p {
        line-height: 28px;
        color: #333;
        font-size: 14px;
        text-indent: 2em; }
        .profile .profile-detail .text p a{
          color: #e62a05;  }
		.profile .profile-detail .text p a:hover {
			text-decoration:underline !important}
		
.firm {
  margin-top: 40px; }
  .firm .firm-detail {
    margin-top: 20px; }
    .firm .firm-detail:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
 /*   .firm .firm-detail .img {
      width: 180px;
      height: 220px;
      float: left; }
      .firm .firm-detail .img img {
        width: 180px;
        height: 220px;
        display: block; }
*/
  .firm .firm-detail .firm-img {
        width: 410px;
      border: 5px solid #999;
	  overflow:hidden;
	  margin-top:5px;
	  height:205px;
	  position:relative;
      float: left; }
      .firm .firm-detail .firm-img img {
        width: 410px;
        display: block; }
	  .firm .firm-detail .firm-img .bg{
		 position:absolute;
		 z-index:1;
		 background:#000;
		 opacity:0.9;
		 height:34px;
		 left:0;
		 bottom:0;
		 width:100%;}
		.firm .firm-detail .firm-img .txt{
			position:absolute;
			z-index:2;
			color:#fff;
			font-size:16px;text-align:center;
			height:34px;
			line-height:34px;
			width:100%;
			left:0;
			bottom:0;}
			
    .firm .firm-detail .text {
      float: left;
      margin-left: 20px;
      width: 740px; }
      .firm .firm-detail .text p {
        line-height: 28px;
        color: #333;
        font-size: 14px;
        text-indent: 2em; }
		 .firm .firm-detail .text p a {
			color: #e62a05;}
		 .firm .firm-detail .text p a:hover{
			text-decoration: underline !important;}

.charge {
  margin-top: 60px; }
  .charge .charge-detail {
    margin-top: 20px;
	background-color: #de4a10; }
    .charge .charge-detail img {
      display: block;
      width: 380px;
      height: 220px; 
	  opacity:1;
	  filter:alpha(opacity=100);}
	 .charge .charge-detail img:hover {
		 opacity:0.9;
		 filter:alpha(opacity=0.9);} 

.common-corpus-style {
  margin-top: 60px; }
  .common-corpus-style .common-corpus-detail {
    margin: 20px 0 10px 0; }
    .common-corpus-style .common-corpus-detail:after {
      content: '.';
      display: block;
      visibility: hidden;
      clear: both;
      width: 100%;
      height: 0;
      font-size: 0;
      zoom: 1; }
    .common-corpus-style .common-corpus-detail .img {
      width: 95px;
      height: 70px;
      float: left; }
      .common-corpus-style .common-corpus-detail .img img {
        display: block;
        width: 95px;
        height: 70px; }
    .common-corpus-style .common-corpus-detail .text {
      float: left;
      margin-left: 20px;
      width: 265px;
      font-size: 14px;
      color: #666; }
      .common-corpus-style .common-corpus-detail .text p {
        line-height: 24px; }
        .common-corpus-style .common-corpus-detail .text p a {
          color: #666;
          transition: all .25s; }
          .common-corpus-style .common-corpus-detail .text p a:hover {
            color: #dd4104; 
			text-decoration: underline !important}
  .common-corpus-style .common-corpus-list {
    margin-top: 10px; }
    .common-corpus-style .common-corpus-list a {
      display: block;
      height: 30px;
      line-height: 30px;
      width: 280px;
      padding-right: 100px;
      font-size: 14px;
      color: #333;
      position: relative;
      transition: all .25s; }
      .common-corpus-style .common-corpus-list a:hover {
        color: #dd4104;
        text-decoration: underline !important; }
      .common-corpus-style .common-corpus-list a span {
        position: absolute;
        right: 0;
        text-align: right;
        color: #dd4104; }

.bg2 {
  margin-top: 60px;
  height: 450px;
  width: 100%;
  background: transparent url(../images/bg2.jpg) center no-repeat; }

.common-title-style2 a {
  display: block;
  width: 100%;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #252a34; }
  .common-title-style2 a p span {
    color: #da7e76;
    position: relative; }
    .common-title-style2 a p span:after {
      content: '';
      display: block;
      width: 15px;
      height: 3px;
      background-color: #da7e76;
      position: absolute;
      left: 0;
      bottom: -3px; }

.common-slide-style {
  margin-top: 50px; }
  .common-slide-style .ck-slide {
    position: relative;
    margin-top: 20px; }
    .common-slide-style .ck-slide .ck-slide-dir {
      overflow: hidden; }
    .common-slide-style .ck-slide .ck-slide-wrapper li {
      list-style: none;
      width: 180px;
      float: left;
      padding: 0 8px; }
      .common-slide-style .ck-slide .ck-slide-wrapper li img {
        width: 180px;
        height: 220px;
        display: block; }
      .common-slide-style .ck-slide .ck-slide-wrapper li p {
        width: 100%;
        display: block;
        height: 30px;
        line-height: 30px;
        color: #333;
        text-align: center;
        font-size: 14px;
        margin-top: 10px; }
        .common-slide-style .ck-slide .ck-slide-wrapper span {
          display: inline-block;
          width: 180px;
          height: 30px;
          overflow: hidden;
          position: absolute;
          bottom: -1px;
          left: 8px;
          color: #FFF;
          background-color: #ccc;
          line-height: 30px;
          text-align: center;
        }
    .common-slide-style .ck-slide .ck-slidebox {
      height: 31px;
      overflow: hidden;
      width: 100%;
      margin-top: 30px; }
      .common-slide-style .ck-slide .ck-slidebox .dot-wrap {
        height: 15px;
        width: 100%;
        display: block;
        text-align: center; }
        .common-slide-style .ck-slide .ck-slidebox .dot-wrap li {
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          margin: 0 7px;
          overflow: hidden;
          background-color: #fff; }
          .common-slide-style .ck-slide .ck-slidebox .dot-wrap li.current {
            background-color: #de4a10; }

.concat {
  margin-top: 60px; }
  .concat .concat-list {
    margin-top: 10px; }
    .concat .concat-list p {
      font-size: 14px;
      color: #333;
      line-height: 30px; }
      .concat .concat-list p.indent {
        padding-left: 43px; }

.common-slide-style2 {
  margin-top: 60px; }
  .common-slide-style2 .ck-slide {
    position: relative;
    margin-top: 20px; }
    .common-slide-style2 .ck-slide .ck-slide-dir {
      overflow: hidden; }
    .common-slide-style2 .ck-slide .ck-slide-wrapper li {
      list-style: none;
      width: 180px;
      float: left;
      padding: 0 7px; }
      .common-slide-style2 .ck-slide .ck-slide-wrapper li img {
        width: 180px;
        height: 220px;
        display: block; }
      .common-slide-style2 .ck-slide .ck-slide-wrapper li p {
        width: 100%;
        display: block;
        height: 30px;
        line-height: 30px;
        color: #333;
        text-align: center;
        font-size: 14px;
        margin-top: 10px; }

.bg3 {
  margin-top: 60px;
  height: 593px;
  width: 100%;
  background: transparent url(../images/bg2.jpg) center no-repeat;
  background-size: cover; }

.common-slide-style3 {
  margin-top: 30px; }
  .common-slide-style3 .ck-slide {
    position: relative;
    margin-top: 20px; }
    .common-slide-style3 .ck-slide .ck-slide-dir {
      overflow: hidden; }
    .common-slide-style3 .ck-slide .ck-slide-wrapper li {
      list-style: none;
      width: 380px;
      float: left;
      padding: 0 7px; }
      .common-slide-style3 .ck-slide .ck-slide-wrapper li .img {
        width: 380px;
        height: 220px; 
		overflow: hidden;}
        .common-slide-style3 .ck-slide .ck-slide-wrapper li .img img {
          width: 380px;
          height: 220px;
          display: block;
		  border-radius:13px 13px 0 0; }
      .common-slide-style3 .ck-slide .ck-slide-wrapper li .text {
        padding: 20px;
        background-color: #fff;
        width: 338px;
        border: 1px solid #fff;
        border-top: 0;
        border-bottom-width: 2px;}
        .common-slide-style3 .ck-slide .ck-slide-wrapper li .text a {
          font-size: 14px;
          color: #333;
          font-weight: bold;
          transition: all .35s; }
        .common-slide-style3 .ck-slide .ck-slide-wrapper li .text p {
          line-height: 26px;
          color: #666;
          margin-top: 10px;
          font-size: 14px;
          height: 104px;
          overflow: hidden; }
		.common-slide-style3 .ck-slide .ck-slide-wrapper li:hover img{
			width: 378px;
			heighe: 219px;
			border:1px solid #de4a10;
			border-bottom: 0px;}  
      .common-slide-style3 .ck-slide .ck-slide-wrapper li:hover .text {
        border-color: #de4a10; }
        .common-slide-style3 .ck-slide .ck-slide-wrapper li:hover .text a {
          color: #de4a10; }
    .common-slide-style3 .ck-slide .ck-slidebox {
      height: 31px;
      overflow: hidden;
      width: 100%;
      margin-top: 30px; }
      .common-slide-style3 .ck-slide .ck-slidebox .dot-wrap {
        height: 15px;
        width: 100%;
        display: block;
        text-align: center; }
        .common-slide-style3 .ck-slide .ck-slidebox .dot-wrap li {
          display: inline-block;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          margin: 0 7px;
          overflow: hidden;
          background-color: #fff; }
          .common-slide-style3 .ck-slide .ck-slidebox .dot-wrap li.current {
            background-color: #de4a10; }

.gray {
  background-color: #e6e6e6; }

.lightgray {
  margin-top: 60px;
  background-color: #f2f2f2; }

.blogroll {
  line-height: 56px;
  height: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .blogroll span {
    color: #ed7e00;
    font-size: 14px; }
  .blogroll a {
    font-size: 14px;
    color: #959595;
    margin: 0 20px; }
    .blogroll a:hover {
      text-decoration: underline;
      color: #ed7e00; }

.site-info {
  line-height: 56px;
  height: 56px;
  color: #8d8d8d;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #dadada; }

.footer-logo {
  margin: 40px 0;
  display: table;
  width: 100%;
  height: 136px;
  line-height: 136px;
  border-right: 1px solid #dadada;
  text-align: center; }
  .footer-logo span {
    display: table-cell; }
    .footer-logo span img {
      vertical-align: middle; }

.footer-menu {
  margin-top: 40px;
  padding-left: 30px; }
  .footer-menu a {
    font-size: 14px;
    color: #333; }
    .footer-menu a:hover {
      text-decoration: underline;
      color: #ed7e00; }
  .footer-menu span {
    margin: 0 10px;
    font-size: 12px;
    color: #999; }

.footer-info {
  margin-top: 5px;
  padding-left: 30px; }
  .footer-info p, .footer-info p a {
    line-height: 28px;
    color: #666;
    font-size: 14px; }

.advtange {
  margin-top: 60px; }
  .advtange .advtange-list {
    margin-top: 30px; }
    .advtange .advtange-list .item {
      margin-left: 20px;
      width: 380px;
      height: 150px;
      margin-top: 60px;
      background-color: #e6e6e6;
      position: relative;
      float: left; }
      .advtange .advtange-list .item:first-child {
        margin-left: 0; }
      .advtange .advtange-list .item img {
        width: 120px;
        height: 120px;
        display: block;
        position: absolute;
        left: 130px;
        top: -60px; }
      .advtange .advtange-list .item p {
        margin-top: 60px;
        line-height: 90px;
        text-align: center;
        font-size: 20px;
        color: #666; }
.consult {
  margin-top: 60px; }
  .consult .consult-form {
    margin-top: 20px; }
.consult .consult-form .list label {

	margin-left: 20px;
	margin-right: 5px;
	font-size: 16px;
	color: rgb(102, 102, 102);
	height:36px;
	line-height:36px;
	float:left;
	display:block;
	}
.consult .consult-form .list label:first-child {
	margin-left:0px;
}
.consult .consult-form .list input {
	width: 138px;
	height: 34px;
	line-height: 34px;
	padding: 0px;
	display: block;
	text-indent: 10px;
	float: left;
	border: 1px solid #DDD;
	font-family: "Microsoft YaHei";
	margin-left: 7px;
}
.consult .consult-form .list .code {
	float:left;
	width:99px;
	height:36px;
	margin-left:5px;
}
.consult .consult-form .list textarea {
		margin-top:12px;
        height: 120px;
        line-height: 26px;
        padding: 5px 3px;
        color: 666;
        display: block;
        width: 682px;
        float: left;
        border: 1px solid #ddd;
        font-family: "Microsoft YaHei"; }
      .consult .consult-form .list button {
        width: 400px;
        height: 40px;
        background-color: #e62a05;
        font-family: "Microsoft YaHei";
        color: #fff;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin-left: 134px;
		margin-top: 20px;
        outline: 0;
        cursor: pointer;
        border: 0;
        font-size: 14px; }
   /* .consult .consult-form .list {
      margin-top: 15px; }
      .consult .consult-form .list:after {
        content: '.';
        display: block;
        visibility: hidden;
        clear: both;
        width: 100%;
        height: 0;
        font-size: 0;
        zoom: 1; }
      .consult .consult-form .list span {
        display: block;
        float: left;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #666;
        text-align: justify;
        -moz-text-align-last: justify;
             text-align-last: justify; }
	.consult .consult-form .inputl .list {
		float:left;
		margin-left:20px;
		
		
	}
	.consult .cosult-form .inputl:first-child{
		margin-left:0px;
	}
      .consult .consult-form .list input {
        height: 34px;
        line-height: 34px;
        padding: 0;
        display: block;
        color: 666;
        text-indent: 10px;
        width: 200px; 
        float: left;
        border: 1px solid #ddd;
        font-family: "Microsoft YaHei"; }
      .consult .consult-form .list textarea {
        height: 120px;
        line-height: 26px;
        padding: 5px 3px;
        color: 666;
        display: block;
        width: 682px;
        float: left;
        border: 1px solid #ddd;
        font-family: "Microsoft YaHei"; }
      .consult .consult-form .list button {
        width: 400px;
        height: 40px;
        background-color: #e62a05;
        font-family: "Microsoft YaHei";
        color: #fff;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin-left: 90px;
        outline: 0;
        cursor: pointer;
        border: 0;
        font-size: 14px; }
*/