body{
	font-family: "Microsoft Yahei";
	font-size: 12px;
}
.rtext img{
  max-width:700px;
}
.rtext{
  font-size:14px !important;
  line-height:190% !important;  
}
ul{
	padding: 0;
	list-style: none;
}
#header{
	height: 34px;
	background: #3a3a3a;
	color: #858585;
	text-align: right;
	line-height: 34px;
}
#header .box{
	border-right: 1px solid #535353;
	padding: 0 25px;
	display: inline-block;
}
#header .box img{
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
#header .box.tel{
	color: #b04542;
	font-weight: bold;
}
#header .search_icon{
	display: inline-block;
	position: relative;
	width: 40px;
	text-align: center;
	cursor: pointer;
}
#header .search_icon span{
	display: block;
	width: 100%;
	height: 100%;
}
#header .search_icon .search_form{
	position: absolute;
	top: 2px;
	right: 0px;
	width: 200px;
	display: none;
	width: 200px;
	height: 30px;
	background: #fff;
}
#header .search_icon .search_form .text{
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	float: left;
	border: none;
	outline: none;
	background: transparent;
}
#header .search_icon .search_form .submit{
	width: 40px;
	height: 30px;
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	border: none;
	outline: none;
	background: url(../images/search_icon.png) center no-repeat;
}
.navbar{
	background: #fff;
	min-height: auto;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	height: 42px;
	z-index:99999;
}
.navbar-right{
	height: 90px;
}
.navbar-default .navbar-nav>li{
	float: left;
	display: block;
}
.navbar-default .navbar-nav>li>a{
	display: block;
	float: left;
	padding: 12px 22px;
	height: 42px;
	text-align: center;
	border-radius:8px 8px 0 0;
	 
}
.navbar-default .navbar-nav>li>a span{
	display: block;
	font-size: 15px;
 
	color: #000000;
}
.navbar-default .navbar-nav>li>a small{
	color: #838383;
	font-size: 15px;
	font-family: "Calibri","Arial";
}
.navbar-default .navbar-nav>li.cur>a,.navbar-default .navbar-nav>li>a:hover{
	background-color: #b04542 !important;
}
.navbar-default .navbar-nav>li>a:hover span,.navbar-default .navbar-nav>li>a:hover small{ color:#FFF;}
.navbar-default .navbar-nav .open>a/*,
.navbar-default .navbar-nav>li>a:hover*/{
	background-color: #FFF !important;
}
.navbar-default .navbar-nav>li.cur>a span,
.navbar-default .navbar-nav>li.cur>a small{
	color: #fff;
}
.navbar-nav>li>.dropdown-menu{
	min-width: 100%;
	border-radius: 0;
	border: none;
	padding: 0;
	background: #fff;
}
.dropdown-menu>li>a{
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 40px;
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #484848;
	text-align: center;
	background: #3a3a3a;
}
.dropdown-menu>li:last-child>a{
	border-bottom: 0;
}
.dropdown-menu>li>a:hover{
	background: #b04542;
	color: #fff;
}
#banner{
	width: 100%;
}

/* start home */

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  padding: 0;
  position: relative;
  zoom: 1;
  background-color: #371604;
  overflow: hidden;
  margin: 0;
}
.flexslider .slides {
  padding: 0;
  zoom: 1;
}
.flexslider .slides img {
  width: 100%;
 /* min-width: 648px;
  min-height: 270px;*/
  display: block;
}
.flexslider .slides > li {
  display: none;  
  padding: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  cursor:pointer;
}
.flexslider img {
  position: relative;
  width: 100%;
}
.slider-caption {
  color:white;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 7;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#home h1,
#home h2
  {
    font-weight: normal;
	font-family:"楷体";
  }
#home h2
  {
	font-weight: normal;
    padding: 10px 0 10px 0;
  }
#home .btn
  {
    background: #b04542;
    border-radius: 0;
    border: 2px solid transparent;
    color: #FFFFFF;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
  }
#home .btn:hover
  {
    background: #FFFFFF;
    color: #b04542;
  }
#home p
  {
    letter-spacing: 1px;
  }
/* end home */


/*revolution slider*/
.fullwidthbanner {
    max-height: 450px;
    height: auto;
}

.revolution-slider {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    height: 450px;
    margin: 0px 0 0 0;
    overflow: hidden;
    z-index: 1;
}

.tp-caption.large_title {
    padding: 10px 15px;
    font-size: 20px;
    font-family: "Roboto", Arial;
    border-radius: 2px;
    color: #FFF;
    font-weight: 500;
}

.tp-caption.grey_subtitle {
    font-size: 14px;
    font-family: "Roboto", Arial;
    color: #656d78;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}

.tp-caption.grey_subtitle_alt {
    font-size: 14px;
    font-family: "Roboto", Arial;
    color: #FFF;
    line-height: 24px;
    font-style: italic;
    border-radius: 4px;
}

#service_box{
	width: 100%;
	height: 360px;
	background: #efefef;
	
	
}
#service_box .box{
	width: 23%;
	float: left;
	border-radius: 8px;
	background: #fff;
	padding: 60px 10px 30px 10px;
	position: relative;
	top: 70px;
	margin-right: 2.5%;
	color: #737373;
	position:relative;
	z-index:9999;
}
#service_box .box .icon{
	display: block;
	width: 95px;
	height: 95px;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -42px;
}
#service_box .box .icon .bd{
	display: block;
	border: 1px solid #d5af76;
	height: 85px;
	width: 85px;
	border-radius: 50%;
	background: #fff;
	line-height: 74px;
}
#service_box .box.sybl{
	margin-right: 0;
}
#service_box .box.fdcjj{
	margin-right: 0;
	float: right;
}
#service_box .box h5{
	color: #303030;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	text-align: center;
}
#service_box .box p{
	font-size: 14px;
	line-height: 24px;
}
#service_box .box a.more{
	background: #454c9c;
	color: #fff;
	display: block;
	margin: 5px 0 5px 65%;
	width: 66px;
	height: 23px;
	font-size: 12px;
	border-radius: 6px;
	line-height: 23px;
	text-align: center;
}
#service_box .box a.more:hover{
	background: #cb9c67;
	text-decoration: none;
}
#service_box .box:hover{
	background: #b04542;
	color: #fff;
	cursor: pointer;
}
#service_box .box:hover h5{
	color: #fff;
}
#service_box .box:hover a.more{
	background: #fff;
	color: #303030;
}
#service_box .box:hover .icon{
	background: #b04542;
}
#news_center{
	padding-bottom:10px;
	padding-top: 40px;
	background: url(../images/news_center_bg.jpg) right top no-repeat;
}
#news_center .title{
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#news_center .title .l{
	float: left;
	width: 90%;
}
#news_center .title a.more{
	float: right;
}
#news_center .menu{
	width: 100%;
	float: left;
}
#news_center .menu a{
	width: 25%;
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #b04542;
	color: #fff;
	font-size: 16px;
	border-right: 1px solid #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#news_center .menu a:last-child{
	border-right: none;
}
#news_center .menu a.on,
#news_center .menu a:hover{
	text-decoration: none;
	color: #b04542;
	background: #fff;
	border: 1px solid #b04542;
}
#news_center .tab_news{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
#news_center .tab_news .hd{
	width: 38%;
	float: left;
}
#news_center .tab_news .bd ul,
#news_center .tab_news .hd ul{
	margin: 0;
}
#news_center .tab_news .hd li{
	cursor: pointer;
	padding: 15px 15px;
	float: left;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
}
#news_center .tab_news .hd li .time{
	float: left;
	color: #3a3a3a;
	font-size: 16px;
	width: 24%;
}
#news_center .tab_news .bd{
	float: left;
	position: absolute !important;
	right: 0;
	top: 0;
}

#news_center .tab_news .hd li .time b{
	font-size: 22px;
	font-weight: normal;
}
#news_center .tab_news .hd li .text{
	width: 76%;
	float: left;
}
#news_center .tab_news .hd li .text h5 {
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #303030;
	font-size: 16px;
}
#news_center .tab_news .hd li .text p{
	font-size: 13px;
	color: #737373;
	line-height: 22px;
	margin-bottom: 3px;
	height: 66px;
	overflow: hidden;
}
#news_center .tab_news .bd{
	width: 62%;
	float: left;
	position: relative;
	height: 100%;
}
#news_center .tab_news .bd a img{
	display: block;
	width: 100%;
}
#news_center .tab_news .hd li.on{
	background: #444444;
	color: #fff;
}
#news_center .tab_news .hd li.on .time{
	color: #fff;
}
#news_center .tab_news .hd li.on p,
#news_center .tab_news .hd li.on h5{
	color: #bcbcbc;
}

#about_yiyin{
	padding:   0px 0 10px;
	 
}
#about_yiyin .title{
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
#about_yiyin .title .l{
	float: left;
	width: 90%;
}
#about_yiyin .title a.more{
	float: right;
}
#about_yiyin .content{
	float: left;
	width: 100%;
	margin-top: 10px;
}
#about_yiyin .content img{
	width: 49%;
	float: left;
	margin-right: 1%;
}
#about_yiyin .content .text{
	width: 50%;
}
#about_yiyin .content p{
	color: #bdbdbd;
	font-size: 13px;
	line-height: 25px;
	margin: 0;
}
#about_yiyin .content a{
	color: #b04542;
	font-size: 14px;
	padding-top: 20px;
	display: block;
}
#gltd{
	width: 100%;
	padding: 40px 0 60px 0;
	background: url(../images/tdbg.jpg) left top no-repeat;
}
#gltd .slide_td{
	width: 80%;
	float: left;
	position: relative;
}
#gltd .slide_td .hd a{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
}
#gltd .slide_td .hd a.prev{
	background: url(../images/arrow_left.png) no-repeat;
	right: -5%;
	top: 65%;
}
#gltd .slide_td .hd a.next{
	background: url(../images/arrow_right.png) no-repeat;
	right: -10%;
	top: 65%;
}
#gltd .slide_td .bd{
	width: 100%;
	float: left;
	overflow: hidden;
}
#gltd .slide_td .bd ul li{
	width: 30%;
	margin-right: 30px;
	float: left;
}
#gltd .slide_td .bd ul li a{
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #fff;
}
#gltd .slide_td .bd ul li a img{
	width: 100%;
}
#gltd .slide_td .bd ul li a:hover{
	text-decoration: none;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}
#gltd .slide_td .bd ul li a h5{
	text-align: center;
	color: #3a3a3a;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	line-height: 32px;
}
#gltd .slide_td .bd ul li a p{
	padding: 0 20px;
	color: #737373;
	font-size: 12px;
	line-height: 22px;
	height: 33px;
	overflow: hidden;
}
#gltd .rtitle{
	width: 20%;
	float: right;
	/*border: 3px solid #b04542;*/
	padding: 0 15px;
	height: 288px;
}
#gltd .rtitle .top{
	border-bottom: 2px solid #b04542;
}
#gltd .rtitle .top h2{
	color: #b04542;
	font-weight: bold;
	font-size: 28px;
}
#gltd .rtitle .top h5{
	color: #b04542;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Calibri";
}
#gltd .rtitle p{
	color: #b04542;
	font-size: 12px;
	line-height: 24px;
}
#footer{
	background: #dadada;
	padding-bottom: 20px;
	text-align: center;
}
#footer .fnav{
	background: #b04542;
	padding: 10px 0;
	color: #fff;
	margin-bottom: 10px;
	font-size: 13px;
}
#footer .fnav a{
	color: #fff;
	padding: 0 20px;
}
#footer p{
	line-height: 24px;
	margin: 0;
	color: #585858;
	font-size: 13px;
}
#toppic{
	width: 100%;
	height: 120px;
	position: relative;
	overflow: hidden;
}
#toppic .pic{
	position: absolute;
}
#toppic .title{
	width: 220px;
	height: 78px;
	background: url(../images/title_bg.png);
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #692512;
	float: left;
	margin-top: 42px;
}
#toppic .title h4{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#toppic .title h5{
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	font-family: "Calibri";
	text-transform: uppercase;
}
#main_content{
	background: url(../images/news_center_bg.jpg) right top no-repeat;
}
#main_content .container{
	position: relative;
}
#main_content .left_nav{
	width: 220px;
	position: absolute;
	float: left;
	background: #f2f2f2;
	height: 100%;
	border-right: 1px solid #c5c5c5;
}
#main_content .left_nav ul li{
	width: 100%;
	padding: 10px 20px;
	border-bottom: 1px solid #ebebeb;
}
#main_content .left_nav ul li a{
	line-height: 30px;
	display: block;
	width: 100%;
	padding-left: 30px;
	color: #5c5c5c;
	font-size: 15px;
}
#main_content .left_nav ul li a.cur,
#main_content .left_nav ul li a:hover{
	text-decoration: none;
	background: #b04542 url(../images/arrow.png) 90% center no-repeat;
	color: #fff;
}
#main_content .right_content{
	padding-right: 30px; 
	width: 100%;
	padding-left: 260px;
	float: left;
	background: #fff;
	padding-bottom: 40px;
	min-height:300px;
}
#main_content .right_content .located{
	width: 100%;
	padding: 10px 0;
	line-height: 25px;
	color: #000000;
	font-size: 12px;
	border-bottom: 2px solid #b04542;
}
#main_content .right_content .located a{
	color: #000;
}
#main_content .right_content .located span,
#main_content .right_content .located a:hover{
	color: #b04542;
	text-decoration: none;
}
#main_content .right_content .service{
	width: 100%;
	margin-top: 30px;
	min-height:300px;
}
#main_content .right_content .service .top {
	width: 100%;
	float: left;
}
#main_content .right_content .service .top img{
 
}
#main_content .right_content .service .top2{
	width: 100%;
	float: left;
	margin: 10px 0;
}
#main_content .right_content .service .top2 .bd{
	width: 50%;
	float: left;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #b04542;
}
#main_content .right_content .service .top2 p{
    font-size: 14px;
    color: #555555;
    line-height: 26px;
}
#main_content .right_content .service .top2 img{
	float: right;
	display: block;
	margin-left: 10px;
}
#main_content .right_content .service .gldt{
	width: 100%;
	float: left;
}
#main_content .right_content .service .gldt .tit{
	width: 50%;
	float: left;
	margin: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #b04542;
}
#main_content .right_content .service .gldt .tit h3{
	color: #000;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
#main_content .right_content .service .gldt .tit h5{
	color: #b04542;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	line-height: 40px;
}
#main_content .right_content .service .gldt .td_slide{
	width: 100%;
	float: left;
	position: relative;
}
#main_content .right_content .service .gldt .td_slide .bd{
	padding: 0 40px;
	width: 100%;
	margin: 20px 0;
}
#main_content .right_content .service .gldt .td_slide .bd li{
	width: 50%;
	float: left;
}
#main_content .right_content .service .gldt .td_slide .bd li a{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
#main_content .right_content .service .gldt .td_slide .bd li a img{
	display: block;
	margin: 0 auto;
	
	-moz-border-radius: 108px;     
    -webkit-border-radius: 108px;   
    border-radius:108px;
}
#main_content .right_content .service .gldt .td_slide .bd li a h2{
	color: #3a3a3a;
	margin: 0;
	font-size: 19px;
	line-height: 30px;
	margin: 5px 0;
}
#main_content .right_content .service .gldt .td_slide .bd li a .line{
	width: 28px;
	height: 4px;
	display: block;
	margin: 5px auto;
	background: #b04542;
}
#main_content .right_content .service .gldt .td_slide .bd li a h5{
	color: #3a3a3a;
	font-size: 13px;
}
#main_content .right_content .service .gldt .td_slide .bd li a p{
	text-align: left;
	line-height: 26px;
	color: #737373;
	font-size: 13px;
}
#main_content .right_content .service .gldt .td_slide .bd li a:hover{
	text-decoration: none;
}
#main_content .right_content .service .gldt .td_slide .hd a{
	width: 30px;
	cursor: pointer;
	height: 33px;
	display: block;
	position: absolute;
}
#main_content .right_content .service .gldt .td_slide .hd a.prev{
	background: url(../images/left.png) no-repeat;
	left: 0;
	top: 45%;
}
#main_content .right_content .service .gldt .td_slide .hd a.next{
	background: url(../images/right.png) no-repeat;
	right: 0;
	top: 45%;
}
.tit_2{
	width: 100%;
	float: left;
	margin: 10px 0;
}
.tit_2 h3{
	color: #b04542;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
}
.tit_2 .l{
	float: left;
}
.tit_2 h5{
	color: #555555;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	line-height: 24px;
}
.tit_2 .line{
	width: 40px;
	height: 4px;
	display: inline-block;
	background: #b04542;
	margin-top: 0px;
	float: left;
}
.tit_1{
	width: 100%;
	text-align: center;
}
.tit_1 h3{
	color: #b04542;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
}
.tit_1 h5{
	color: #555555;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	line-height: 24px;
}
.tit_1 .line{
	width: 40px;
	height: 4px;
	display: inline-block;
	background: #b04542;
	margin-top: 4px;
}
#main_content .right_content .service .top p{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}
#main_content .service_tab{
	width: 100%;
	margin-top: 10px;
	float: left;
}
#main_content .service_tab .nav{
	border: 0;
}
#main_content .service_tab .nav li{
	margin: 0;
	width: 25%;
}
#main_content .service_tab .nav li a{
	display: block;
	background: #b04542;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	float: left;
	width: 100%;
	border: none;
	border-right: 1px solid #fff;
	text-align: center;
}
#main_content .service_tab .nav li.on a{
	background: #3a3a3a;
	position: relative;
}
#main_content .service_tab .nav li.on a:after{
	content: "";
	width:0; 
    height:0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #3a3a3a;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}
#main_content .service_tab .tab-pane{
	padding: 20px 0;
}
#main_content .service_tab .tab-pane .tit_1{
	text-align: left;
}
#main_content .service_tab .tab-pane .content p{
	line-height: 30px;
	color: #555555;
	font-size: 13px;
}
#share-tel{
	width: 100%;
	padding: 20px 0; 
}
#share-tel a.ewm{ width:42px; height:43px; position:relative;}
#share-tel a.ewm ins{ display:none;}
#share-tel a.ewm ins img{ width:120px; height:120px;}
#share-tel a.ewm:hover ins{ display:block;width:120px; height:120px; position:absolute; top:33px; left:-40px; cursor:pointer; z-index:999;}
#share-tel .l{
	float: left;
}
#share-tel .l span{
	padding: 0 5px;
	font-size: 14px;
	color: #0b0b0b;
	font-weight: bold;
}
#share-tel .r{
	float: right;
}
#share-tel .r p{
	font-size: 14px;
	color: #0b0b0b;
	margin-bottom: 10px;
}
#share-tel .r h5{
	font-size: 23px;
	color: #b04542;
	font-weight: bold;
}
#share-tel .r h5 img{
	margin-right: 5px;
}
#main_content .join_us{
	width: 100%;
	float: left;
	margin: 20px 0;
	min-height:300px;
}
#main_content .join_us .item{
	float: left;
	width: 100%;
	padding: 20px 0 30px 30px;
	background: url(../images/join_1.png) left 36px no-repeat;
	border-bottom: 1px solid #e5e5e5;
}
#main_content .join_us .item h4{
	font-size: 14px;
	color: #1d1d1d;
	line-height: 30px;
	margin: 5px 0;
}
#main_content .join_us .item h5{
	font-size: 12px;
	color: #424242;
}
#main_content .join_us .item  p{
	font-size: 12px;
	color: #424242;
}
#main_content .join_us .item a{
	display: block;
	float: left;
	width: 94px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #b04542;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
#main_content .join_us .item a:hover{
	text-decoration: none;
	background: #c79965;
}
#main_content .news_detail{
	width: 100%;
	float: left;
}
#main_content .news_detail .title{
	padding: 20px 0;
	border-bottom: 1px dotted #c7c7c7;
	margin-bottom: 20px;
	text-align: center;
}
#main_content .news_detail .title h1{
	color: #3a3a3a;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	line-height: 30px;
}
#main_content .news_detail .title p{
	margin: 0;
	line-height: 24px;
	color: #979797;
}
#main_content .news_detail .title p span{
	padding: 0 10px;
}
#main_content .news_detail .content{
	padding: 20px;
	width: 100%;
	color: #838383;
	font-size: 12px;
	line-height: 26px;
}
#main_content .news_detail .bt{
	width: 100%;
}
#main_content .news_detail .bt a{
	display: block;
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #d4d4d4;
	color: #838383;
	font-size: 13px;
	padding-left: 10px;
}
#main_content .news_detail .bt .l{
	float: left;
	background: url(../images/lll2.png) 10px center no-repeat;
}
#main_content .news_detail .bt a.l:hover{
	text-decoration: none;
	color: #fff;
	background: #b04542 url(../images/lll.png) 10px center no-repeat;
}
#main_content .news_detail .bt .r{
	float: right;
	background: url(../images/rrr.png) 66px center no-repeat;
	padding-right: 15px;
}
#main_content .news_detail .bt .r:hover{
	text-decoration: none;
	color: #fff;
	background: #b04542 url(../images/rrr2.png) 66px center no-repeat;
}
#main_content .news_list{
	width: 100%;
	float: left;
	margin: 20px 0;
}
#main_content .news_list ul li{
	clear:both;
	overflow:hidden;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dashed #eaeaea;
	
}
#main_content .news_list ul li a.pic{
	
	float: left;
	margin-right: 10px;
}
#main_content .news_list  a.pic img{ width:178px!important;}
#main_content .news_list ul li h5{
	margin: 0;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#main_content .news_list ul li h5 a{
	color: #626262;
	font-size: 12px;
}
#main_content .news_list ul li .time{
	color: #a3a3a3;
	line-height: 24px;
}
#main_content .news_list ul li p{
	color: #7d7d7d;
	margin: 0;
	line-height: 22px;
}
#main_content #page{
	text-align: center;
}
#main_content #page ul li a{
	color: #589ed7;
}
#main_content #page ul li span{
	color: #a6aaad;
}
#main_content #page ul li a.on{
	background: #4392c6;
	color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px){
	.navbar-right,
	.navbar{
		height: 80px;
	}
	.navbar-brand{
		padding: 10px;
	}
	.navbar-brand>img{
		height: 60px;
	}
	.navbar-default .navbar-nav>li>a{
		height: 80px;
		padding: 20px 25px;
	}
	#news_center .tab_news .hd li{
		padding: 10px 15px;
	}
	#news_center .tab_news .hd li .time{
		font-size: 14px;
	}
	#news_center .tab_news .hd li .time b{
		font-size: 16px;
	}
	#news_center .tab_news .hd li .text h5 a{
		font-size: 14px;
	}
	#news_center .tab_news .hd li .text p{
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	#gltd .rtitle .top h2{
		font-size: 22px;
	}
	#gltd .rtitle .top h5{
		font-size: 16px;
	}
	#gltd .slide_td .hd a.prev{
		right: -6%;
	}
	#gltd .slide_td .hd a.next{
		right: -12%;
	}
	#gltd .rtitle{
		height: 253px;
	}

}
@media (min-width: 768px) and (max-width: 991px){
	.navbar-right,
	.navbar{
		height: 70px;
	}
	.navbar-brand{
		padding: 10px;
	}
	.navbar-brand>img{
		height: 50px;
	}
	.navbar-default .navbar-nav>li>a{
		height: 70px;
		padding: 15px 20px;
	}
	.navbar-default .navbar-nav>li>a span{
		font-size: 13px;
	}
	.dropdown-menu>li>a,
	.navbar-default .navbar-nav>li>a small{
		font-size: 12px;
	}
	#news_center .tab_news .hd li{
		padding: 10px;
	}
	#news_center .tab_news .hd li .time{
		font-size: 12px;
	}
	#news_center .tab_news .hd li .time b{
		font-size: 14px;
	}
	#news_center .tab_news .hd li .text h5{
		margin-bottom: 4px;
	}
	#news_center .tab_news .hd li .text h5 a{
		font-size: 14px;
	}
	#news_center .tab_news .hd li .text p{
		font-size: 12px;
		line-height: 18px;
		height: 40px;
		margin-bottom: 0;
	}
	#gltd .rtitle{
		width: 720px;
		float: left;
	}
	#gltd .container{
		position: relative;
	}
	#gltd .slide_td{
		float: right;
		width: 100%;
		padding-top: 50px;
	}
	#gltd .rtitle{
		position: absolute;
		height: 40px;
		border: 0;
		padding: 0;
	}
	#gltd .rtitle .top{
		height: 40px;

	}
	#gltd .rtitle .top h2{
		float: left;
		font-size: 16px;
		line-height: 40px;
		margin: 0;
	}
	#gltd .rtitle .top h5{
		float: left;
		font-size: 13px;
		margin: 0;
		line-height: 40px;
		padding-left: 10px;
		font-weight: normal;
	}
	#gltd .rtitle p{
		display: none;
	}
	#gltd .slide_td .hd a.prev{
		top: 5px;
		right: 40px;
	}
	#gltd .slide_td .hd a.next{
		top: 5px;
		right: 0px;
	}
	#about_yiyin .content p{
		font-size: 12px;
		line-height: 18px;
	}
	#about_yiyin .content a{
		padding-top: 10px;
		font-size: 12px;
		float: right;
	}
	#main_content .right_content{
		padding-left: 230px;
		padding-right: 0;
	}
	#main_content .service_tab .nav li a{
		padding: 0;
		font-size: 12px;
		text-align: center;
		line-height: 34px;
	}
}
@media (max-width: 767px){
	#about_yiyin .title .l,
	#news_center .title .l{
		width: 80%;
	}
	#header .box.tel{
		float: left;
		padding-left: 0;
		border-right: none;
	}
	.navbar{
		height: 50px;
	}
	.navbar-brand{
		padding: 8px 10px;
	}
	.navbar-brand>img{
		height: 34px;
	}
	.navbar-toggle {
	    padding: 0;
	    border: 0;
	    margin-top: 18px;
	    border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #b04542;
	    border-radius: 0;
	}
	.navbar .nav {
	    padding-top: 0;
	    padding-right: 0;
   		margin: 0 -15px;
	}
	.navbar-default .navbar-collapse{
		z-index: 9;
		position: relative;
	}

	.navbar-default .navbar-nav>li{
		width: 100%;
	}
	.dropdown-menu>li>a:hover{
		background-color: #fff !important;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
		border-bottom: 1px solid #e1e1e1 !important;
	}
	.navbar .nav>li>a {
	    height: 36px;
	    line-height: 36px;
	    border-bottom: 1px solid #e1e1e1;
	    background: #fff;
	    font-size: 12px;
	    padding: 0;
		width: 100%;
		display: block;
		text-align: left;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background: none;
	}
	.navbar .nav>li>a span{
		font-weight: normal;
		display: inline-block;
		margin-left: 20px;
		font-size: 13px;
		margin-right: 10px;
	}
	.navbar .nav>li>a small{
		font-size: 12px;
	}
	.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
		border-color: transparent;
	}
	.dropdown-menu>li>a{
		line-height: 30px;
		color: #777;
		text-align: left;
		background: #fff;
	    border-bottom: 1px solid #e1e1e1;
	    font-size: 12px;
	}
	.dropdown-menu>li:last-child>a{
	    border-bottom: 1px solid #e1e1e1;
	}
	.navbar-default .navbar-nav>li>a.cur{
		background-color: #fff !important;
	}
	.navbar-default .navbar-nav>li>a.cur span{
		color: #000;
	}
	.navbar-default .navbar-nav>li>a.cur small{
		color: #838383;
	}
	#service_box{
		height: auto;
		padding-top: 30px;
	}
	#service_box .box{
		width: 100%;
		top: 0;
		margin: 30px 0;
	}
	#news_center .container{
		padding: 0 10px;
	}
	#news_center .menu a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	#news_center .tab_news .hd{
		width: 100%;
	}
	#news_center .tab_news .hd li .text p,
	#news_center .tab_news .hd li .time{
		display: none;
	}
	#news_center .tab_news .bd{
		width: 100%;
		position: static !important;
	}
	#news_center .tab_news{
		padding-bottom: 40px;
		min-height:320px;
	}
	#news_center .tab_news .hd{
		position: absolute;
		bottom: 0;
	}
	#news_center .tab_news .hd {
		border-right: 1px solid #e6e6e6;
	}
	#news_center .tab_news .hd li{
		width: 33.33%;
		padding: 0;
		height: 40px;
	}
	#news_center .tab_news .hd li .text{
		width: 100%;
		padding: 5px;
	}
	#news_center .tab_news .hd li .text h5{
		font-size: 12px;
		width: 100%;
		line-height: 30px;
		height: 30px;
		margin: 0;
	}
	#about_yiyin .content img{
		width: 100%;
		margin: 0;
	}
	#about_yiyin .content .text{
		width: 100%;
		margin-top: 10px;
	}
	#about_yiyin .content p{
		font-size: 12px;
	}
	#about_yiyin .content a{
		font-size: 12px;
		float: right;
		padding-top: 10px;
	}
	#gltd .rtitle{
		width: 100%;
		float: left;
	}
	#gltd .container{
		position: relative;
		padding: 0;
	}
	#gltd .slide_td{
		float: right;
		width: 100%;
		padding-top: 50px;
	}
	#gltd .rtitle{
		position: absolute;
		height: 40px;
		border: 0;
		padding: 0;
	}
	#gltd .rtitle .top{
		height: 40px;

	}
	#gltd .rtitle .top h2{
		float: left;
		font-size: 16px;
		line-height: 40px;
		margin: 0;
	}
	#gltd .rtitle .top h5{
		float: left;
		font-size: 13px;
		margin: 0;
		line-height: 40px;
		padding-left: 10px;
		font-weight: normal;
	}
	#gltd .rtitle p{
		display: none;
	}
	#gltd .slide_td .hd a.prev{
		top: 5px;
		right: 40px;
	}
	#gltd .slide_td .hd a.next{
		top: 5px;
		right: 0px;
	}
	#gltd .slide_td .bd ul li{
		margin: 0 5px;
	}
	#gltd .slide_td .bd ul li a h5{
		font-size: 12px;
		line-height: 22px;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 5px;
		text-overflow: ellipsis;
	}
	#gltd .slide_td .bd ul li a p{
		line-height: 18px;
		padding: 0 5px;
		height: 54px;
	}
	#gltd .tempWrap{
		margin: 0 auto;
	}
	#footer .fnav{
		line-height: 30px;
	}
	#footer .fnav a{
		font-size: 12px;
	}

	
	
	
	#footer p{
		font-size: 12px;
		line-height: 22px;
		padding: 0 20px;
	}
	#main_content .left_nav{
		position: static;
		background: none;
		border-right: none;
		width: 100%;
		background: #fff;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#main_content .left_nav ul li{
		padding: 0;
		width: 50%;
		float: left;
		border: none;
		padding: 2px;
	}
	#main_content .left_nav ul li a{
		border: 1px solid #ebebeb;
		float: left;
		width: 100%;
		font-size: 12px;
	}
	#main_content .right_content{
		padding: 0;
	}
	#main_content .right_content .located{
		padding: 5px 0 5px 10px;
	}
	#main_content .right_content .service{
		margin-top: 20px;
	}
	#main_content .right_content .service .top img{
		width: 100%;
	}
	#main_content .right_content .service .tit_1{
		text-align: left;
		padding-top: 10px;
		float: left;
	}
	#main_content .service_tab .nav li a{
		padding: 0;
		font-size: 12px;
		line-height: 30px;
	}
	#main_content .service_tab .tab-pane .content p,
	#main_content .right_content .service .top p{
		font-size: 12px;
		line-height: 22px;
	}
	#share-tel .l{
		width: 100%;
		margin-bottom: 20px;
	}
	#share-tel .r{
		width: 100%;
		float: left;
	}
	#main_content .right_content .service .top2 img{
		width: 100%;
	}
	#main_content .right_content .service .gldt .td_slide .bd{
		padding: 0 20px;
	}
	#main_content .right_content .service .gldt .td_slide .bd li{
		width: 100%;
	}
	#main_content .join_us .item{
		padding-left: 20px;
	}
	#main_content .news_list ul li a.pic{
		width: 100%;
		margin: 0;
		float: left;
	}
	#main_content .news_list ul li a.pic img{
		width: 100%;
	}
	#main_content .news_list ul li .rtext{
		width: 100%;
		float: left;
	}
	.pagination>li {
		float: left;
		margin-bottom: 5px;
	}

}
@media (max-width: 320px){
	#main_content .container{
		padding: 0 5px;
	}
}
.margin10{ margin:10px;}
.send{ width:100px; height:32px; line-height:32px; background-color:#b04542; border:none; color:#FFF;}


#gltd .slide_td{z-index:2;}
#gltd .slide_td .hd a.prev{top:75%;}
#gltd .slide_td .hd a.next{top:75%;}






.news_information{width:100%;padding:0 0 20px 0;background-color: #b04542;overflow: hidden;position: relative;}
.news_information .center{width: 100%;margin:0 auto;padding: 20px 0;}
.news_information .center .left{width:140px;height:60px;float: left;padding-left: 1%;}
.news_information .center .left img{width: 100%;}
.news_information .center .left .pa{line-height: 2;}
.news_information .center .left .pr{font-size: 16px; color:#b04542;}
 
.news_information .center .right{width: 85%;overflow:hidden;float: left;margin-left: 3%;}
.news_information .center .right ul{width: 100%;	position: relative;}
.news_information .center .right ul li{padding-right: 1%; width: 4%; overflow:hidden;float: left;}
.news_information .center .right ul li a{color: #fff;float:left;    display: block;   font-size: 16px; height: 37px;  line-height: 2.3;  overflow: hidden;
   position: relative;  white-space: nowrap;  text-overflow: ellipsis;}
.news_information .center .right ul li span{ float:right; width:80px; font-size:14px; color:#FFF;height:37px; line-height: 2.3;}
.news_information .center .right ol { position: absolute; right:15%; top: 35%;   width: 8%;background-color: #b04542;}
.news_information .center .right ol li{width: 50%;float: left;text-align: center;  height: 100%;   position: relative;  cursor: pointer;}
.news_information .center .right ol li img{  float: left;   height: 100%;max-height: 18px;}

 

/*gonggao over*/


.container-fluid{
    max-width:1349px !important;
}
.abouttitle{
    font-size:26px;
    text-align:center;
    height:80px;
    line-height:80px;
    font-weight:100;
    color:#d55111;
    background:url("../images/aboutbgs.png") no-repeat bottom center;

}

.aboutp{
    font-size:14px;
    padding:10px 30px;
}
.aboutbottom{
    font-size:14px;
    padding:10px 30px;
	color:#fff;
}
.doufukuan{
    text-align:center;
    padding:10px 40px !important;
    box-sizing: border-box;
}
.doufukuan:hover{
     background-color: #f2f2f2;
}

.icos{
    font-size:45px;
    color:#d74a1d;
    background: #ffffff;
    border:3px solid #d0d0d0;
    border-radius: 50%;
    width:90px;
    height:90px;
    line-height:85px;
    margin:0 auto;
}
.icos:hover{
    font-size:58px;
    color:#ffffff;
    background: #d74a1d;
    border:3px solid #d74a1d;
    border-radius: 50%;
    width:90px;
    height:90px;
    line-height:85px;
    margin:0 auto;
}
.doufufont{
    font-size:22px;
	padding:6px 0;
}
.doufufontp{
    font-size:14px;
    color:#78787a;
}
.ct{
    text-align:center
}
.abouttitle2{
    font-size:26px;
    text-align:center;
    height:50px;
    line-height:50px;
    font-weight:100;
    color:#000;
    background:url("../images/aboutbgs2.png") repeat-x center center;
}
.abouttitle2 span{
    background-color: #fff;
    display: block;
    width:250px;
    height:50px;
    margin:0 auto;
    line-height:50px;
}
.abouttitle23{
    font-size:26px;
    text-align:center;
    height:50px;
    line-height:50px;
    font-weight:100;
    color:#000;
    background:url("../images/aboutbgs2.png") repeat-x center center;
}
.abouttitle23 span{
    background-color: #b14543;
    display: block;
    width:50px;
    height:50px;
    margin:0 auto;
    color:#fff;
    line-height:50px;
    border-radius: 50%;
}

.doufukuan2{
    text-align:center;
    padding:0px 0px !important;
    box-sizing: border-box;
    background-color:#f1f2f6 !important;
    border:10px solid #fff;
}
.doufukuan2:hover{
    background-color: #f2f2f2;
}
.doufukuan2 img{
    max-width: 100%;
}
.newstitles{
    color:#b95656;
    font-size:18px;
    font-weight:bold;
    display: block;
    padding-top:10px;
    min-height:64px;
    text-align: left;
    padding:10px;
}
.newsclous{
    color:#a1a1a2;
    font-size:14px;
    text-align: left;
    display: block;
    min-height:45px;
    padding:10px;
}
.picnewstitles{
    color:#b95656;
    font-size:18px;
    font-weight:bold;
    display: block;
    padding-top:10px;
    min-height:40px;
    text-align: left;
    padding:10px;
}
.picnewsclous{
    color:#a1a1a2;
    font-size:14px;
    text-align: left;
    display: block;
    min-height:30px;
    padding:10px;
}
.btnewstitles{
    color:#000;
    font-size:18px;
    font-weight:100;
    display: block;
    padding-top:10px;
    min-height:10px;
    text-align: left;
    padding-left:15px;
}
.btnewsclous{
    color:#a1a1a2;
    font-size:14px;
    text-align: left;
    display: block;
    min-height:45px;
    padding:10px;
}
.red a{
    color:#7c7a7b;
}
.red i{
    color:#e20002;
}
.fl{
    float:left;
}
.mr{
    margin-right:10px;
}
.fr{
    float:right;
}
.ml{
    margin-left:10px;
}
.yeji{
    background:url("../images/yejibg.jpg") no-repeat center center;
    background-size:cover;
    min-height:600px;
    height:600px;
}
.sslc{
    text-align: center;
    font-size: 18px;
    background: #fff;
}
 .swiper-slide2 {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ssl img{

    width:100%;
    height:223px;

}
 .swiper-button-prevd{
     background:url("../images/nl.png")!important;
     width:50px !important;
     height:50px !important;
     left:0px !important;
	 position:absolute;
	 top:250px;
     z-index:99999;
	 

 }
.swiper-button-nextd{
    background:url("../images/nr.png") !important;
    width:50px !important;
    height:50px !important;
    right:0px !important;
     position:absolute;
	 top:250px;
      z-index:99999;
}

.showmore{
    display: block;
    margin:20px auto;
    width:242px;
    height:44px;
    background-color: #d6000c;
    border:2px solid #fff;
    text-align: center;
    line-height: 44px;
    color:#fff;
}
.doufukuan3{
    text-align:center;
    padding:0px 0px !important;
    box-sizing: border-box;
    background-color:#f1f2f6 !important;
    border:30px solid #fff;
}
.doufukuan3:hover{
    background-color: #f2f2f2;
}
.doufukuan3 img{
    max-width: 100%;
	max-height:204px;
}
.tabedlist{
    min-height:60px;
	padding:20px;
}
.tabedlist li{
    float:left;
	display:inline-block;
	border:1px solid #ccc;
    margin-bottom:15px;
	text-align:center;
    

}

.tabedlist li>a{
  padding:10px 30px;
display:block;
}
.curs2 {
    background:#b04542;
 
	
}
.curs2  a{
    color:#fff !important; 
}
.curs {
    background:#b04542;
	display:block;
	padding:10px 30px;
	width:100%;
	height:100%;
	color:#fff !important;
	
}

.rtext  img{
    margin-bottom:20px !important;
	max-width:700px;
	min-width:80%;
	text-align:center;
	display:block;
	margin:0 auto;
}

.left_nav li>a{
   background: url('eg_arrow.gif') no-repeat left center !important;
}
.left_nav li>a:hover{
   color:#000 !important;
   font-weight:bold;
}