﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-family:'Microsoft YaHei'; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank159{ width:100%; height:159px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative;overflow: hidden;}

.inner{width:1360px; height:auto; margin:0 auto;position: relative;}
span {
	display: block;
}

/*首页*/

@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}

.banner {
	position: relative;
	z-index: 69;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 20px !important;
	height: 20px !important;
	background: #2553b3 !important;
	margin: 0 10px;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: #6ace23 !important;
}

.header {
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 100% 106px;
	height: 106px;
}
.logo {
	float: left;
	margin-top: 15.5px;
}
.nav {
	float: right;
}
.nav_item {
	float: left;
	padding: 0 17px;
	height: 106px;
	line-height: 106px;
	margin-left: 15px;
}
.nav_item a {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 106px;
}
.nav_current {
	background: #496d9f;
}
.nav_current a {
	color: #ffffff;
}
.nav_item:hover {
	background: #496d9f;
}
.nav_item:hover a {
	color: #ffffff;
}

.banner > .inner {
	position:absolute;
	z-index: 70;
	left: 50%;
	transform: translateX(-50%);
	bottom: 16%;
}
.index_about {
	float: left;
	width: 605px;
	height: 208px;
	background: rgba(255,255,255,0.81);

	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_about:hover {
	transform: translate3d(0,-5px,0);
}
.index_about_photo {
	float: left;
	width: 220px;
	height: 208px;
	overflow: hidden;
}
.index_about_photo img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.index_about:hover .index_about_photo img {
	transform:scale(1.1);
}
.index_about_area {
	float: right;
	width: 385px;
	padding: 25px;
}
.index_title_zh {
	font-size: 16px;
	color: #262d35;
	margin-bottom: 3px;
}
.index_title_en {
	float: left;
	font-size: 16px;
	color: #262d35;
}
.index_title_link {
	font-size: 14px;
	color: #586677;
	float: right;
}
.index_about_text {
	font-size: 14px;
	color: #262d35;
	line-height: 23px;
	margin-top: 20px;
}
.index_news {
	width: 340px;
	float: left;
	margin-left: 30px;
	height: 208px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_news:hover {
	transform: translate3d(0,-5px,0);
}
.index_news img {
	transition: all 0.5s ease-in-out;
}
.index_news:hover img {
	transform:scale(1.1);
}
.index_news_section {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(59,78,98,0.75);
	padding: 20px 25px;
	width: 250px;
}
.index_news_section .index_title_zh {
	color: #ffffff;
}
.index_news_section .index_title_en {
	color: #ffffff;
}
.index_news_link {
	font-size: 14px;
	color: #ffffff;
	line-height: 21px;
	text-align: right;
}
.index_news_banner {
	float: right;
	width: 140px;
}
.index_news_banner .swiper-button-prev2 {
	width: 21px !important;
    height: 21px !important;
    background-image: url(../images/jian13.png);
    outline: none;
	top: inherit;
	bottom: 0;
	/*transform: translateY(-50%);*/
    left: -21px;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.index_news_banner .swiper-button-prev2:after {
	content: '';
}
.index_news_banner .swiper-button-next2 {
	width: 21px !important;
    height: 21px !important;
	background-image: url(../images/jian14.png);
	outline: none;
	top: inherit;
	bottom: 0;
	/*transform: translateY(-50%);*/
    left: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_news_banner .swiper-button-next2:after {
	content: '';
}
.index_news_banner .swiper-button-prev2:hover {
	background-image: url(../images/jian15.png);
    outline: none;
}
.index_news_banner .swiper-button-next2:hover {
	background-image: url(../images/jian16.png);
    outline: none;
}

.index_service {
	float: right;
	width: 360px;
	background: rgba(0,0,0,0.5);
	padding: 25px 20px;
	height: 208px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_service:hover {
	transform: translate3d(0,-5px,0);
}
.index_service .index_title_zh {
	color: #ffffff;
}
.index_service .index_title_en {
	color: #ffffff;
}
.index_service .index_title_link {
	color: #ffffff;
}
.index_title_link:hover {
	transform: translate3d(0,-5px,0);
}
.index_service_photo img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.index_service_title {
	font-size: 14px;
	color: #ffffff;
	margin-top: 12px;
	text-align: center;
}
.index_service_banner {
	margin-top: 30px;
}
.index_list {
	margin-top: 22px;
	background: rgba(81,81,82,0.16);
	border: 1px solid #cdced3;
	padding: 13px 0;
	margin-bottom: 18px;
}
.index_item {
	float: left;
	width: 339px;
	padding: 0 49px;
	border-right: 1px solid #9fa0a4;
}
.index_item img {
	float: left;
	width: 49px;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.index_item:hover img {
	transform: rotateY(-180deg);
}
.index_list_box {
	float: left;
	width: 180px;
	margin-left: 10px;
}
.index_list_zh {
	font-size: 16px;
	color: #262d35;
	font-weight: bold;
}
.index_list_en {
	font-size: 12px;
	color: #262d35;
	font-weight: bold;
}
.footer {
	background: #ccccd0;
	padding: 18px 0 22px 0;
}
.footer_left {
	float: left;
}
.footer_left img {
	float: left;
	width: 73px;
}
.footer_con {
	float: left;
	width: 140px;
	margin-left: 25px;
	border-left: 4px solid #000000;
	padding-left: 8px;
	margin-top: 15px;
}
.footer_con_zh {
	font-size: 14px;
	color: #262d35;
	margin-bottom: 5px;
}
.footer_con_en {
	font-size: 18px;
	color: #262d35;
	font-weight: bold;
}
.footer_tel {
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
.footer_tel_text {
	font-size: 14px;
	color: #262d35;
	margin-bottom: 5px;
}
.footer_tel_num {
	font-size: 14px;
	color: #505255;
}
.footer_right {
	float: right;
	margin-top: 14.5px;
}
.footer_fri {
	float: left;
}
.footer_fri_zh {
	font-size: 14px;
	color: #494e54;
	text-align: right;
}
.footer_fri_en {
	font-size: 14px;
	color: #494e54;
	text-align: right;
}
.footer_fri_banner{
	float: left;
	width: 350px;
	position: relative;
	margin-left: 35px;
}
.footer_fri_banner .swiper-container {
	width: 280px;
	margin: 0 auto;
}
.footer_fri_banner .swiper-button-prev4 {
	width: 21px !important;
    height: 21px !important;
    background-image: url(../images/jian5.png);
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0;
    /*right: 12% !important;*/
    margin-top: 0 !important;
    background-size: contain;
}
.footer_fri_banner .swiper-button-prev4:after {
	content: '';
}
.footer_fri_banner .swiper-button-next4 {
	width: 21px !important;
    height: 21px !important;
	background-image: url(../images/jian6.png);
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.footer_fri_banner .swiper-button-next4:after {
	content: '';
}
.footer_fri_banner .swiper-button-prev4:hover {
	background-image: url(../images/jian7.png);
    outline: none;
}
.footer_fri_banner .swiper-button-next4:hover {
	background-image: url(../images/jian8.png);
    outline: none;
}
.small{
	background: #e6e6e6;
	padding: 15px 0;
}
.small_box {
	float: left;
}
.small_box_text {
	font-size: 12px;
	color: #262d35;
	line-height: 12px;
	display: inline-block;
}
.small_link {
	font-size: 12px;
	color: #262d35;
	line-height: 12px;
	display: inline-block;
	padding: 0 8px;
	border-left: 1px solid #262d35;
}
.small_link:hover {
	text-decoration: underline;
}
.small_link:first-of-type {
	border-left: none;
	padding-left: 0;
}
.small_text {
	float: right;
	font-size: 12px;
	color: #262d35;
	line-height: 12px;
}
.footer_fri_banner .swiper-container {
	width: 280px;
	margin: 0 auto;
}
.banner .swiper-button-prev1 {
	width: 29px !important;
    height: 29px !important;
	background-image: url(../images/jian1.png);
	outline: none;
	top: -30%;
	transform: translateY(-50%);
	left: initial;
    right: 29px !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev1:after {
	content: '';
}
.banner .swiper-button-next1 {
	width: 29px !important;
    height: 29px !important;
	background-image: url(../images/jian2.png);
	outline: none;
	top: -30%;
	transform: translateY(-50%);
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next1:after {
	content: '';
}
.banner .swiper-button-prev1:hover {
	background-image: url(../images/jian3.png);
    outline: none;
}
.banner .swiper-button-next1:hover {
	background-image: url(../images/jian4.png);
    outline: none;
}
.banner .swiper-pagination1 {
	font-size: 20px;
	color: #ffffff;
	bottom: inherit;
    top: -40%;
    right: 80px;
    left: initial;
    width: 100px;
    height: 60px;
}
.banner .swiper-pagination1 span {
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
}
.banner span.swiper-pagination-current {
	font-size: 40px;
}

.zi_top {
	margin: 35px 0 40px 0;
}
.zi_top_title {
	font-size: 16px;
	color: #262d35;
	font-weight: bold;
	background: url(../images/title.png) no-repeat left center;
	background-size: 18px 18px;
	padding-left: 27px;
}
.zi_top_title font {
	font-weight: initial;
	margin-left: 20px;
}
.zi_list {
	margin-bottom: 40px;
}
.zi_item {
	width: 103px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #9aaac0;
	float: left;
	margin-right: 13px;
}
.zi_item a {
	font-size: 14px;
	color: #ffffff;
}
.zi_item:hover {
	background: url(../images/bg2.png) no-repeat left top;
	background-size: 100% 100%;
}
.zi_current {
	background: url(../images/bg2.png) no-repeat left top;
	background-size: 100% 100%;
}
.left {
	width: 1000px;
	float: left;
}
.box span {
	font-size: 14px;
	color: #262d35;
	line-height: 25px;
	display: inline-block;
}
.box img {
	display: inline-block;
}
.section {
	margin-bottom: 65px;
}
.right {
	float: right;
	width: 290px;
	background: #9aaac0;
	padding: 20px;
}
.right_title {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.right_form {
	background: #ffffff;
	margin: 20px 0;
	border-radius: 5px;
	padding: 0 15px;
}
.right_form input[type=text] {
	font-size: 14px;
	color: #666666;
	height: 32px;
	line-height: 32px;
	float: left;
	width: 185px;
	border: none;
	background: initial;
}
.right_btu {
	border: none;
	background: url(../images/search.png) no-repeat left center;
	float: right;
	width: 21px;
	height: 17px;
	background-size: 100% 100%;
	margin-top: 7.5px;
}
.right_info {
	padding-bottom: 20px;
	border-bottom: 1px solid #bec9d7;
	text-align: center;
}
.right_link {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin: 0 3px;
}
.right_link:hover {
	text-decoration: underline;
}
.right_text {
	font-size: 14px;
	color: #ffffff;
	margin-top: 20px;
	letter-spacing: 11px;
	text-align: center;
}
.honor_box {
	float: left;
	width: 455px;
	margin-left: 90px;
	border: 5px solid #ffffff;
}
.honor_box:nth-child(odd) {
	margin-left: 0;
}
.honor_photo {
	width: 440px;
	height: 318px;
	overflow: hidden;
	box-shadow:0px 0px 10px #e5e5e5;
}
.honor_photo img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.honor_box:hover .honor_photo img {
	transform:scale(1.1);
}
.honor_name {
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}
.honor_item {
	float: left;
	width: 278px;
	height: 404px;
	overflow: hidden;
	box-shadow:0px 0px 5px #e5e5e5;
	margin-left: 83px;
	margin-bottom: 40px;
}
.honor_item:nth-child(3n-2) {
	margin-left: 0;
}
.honor_item img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.honor_item:hover img {
	transform:scale(1.1);
}
.honor_list {
	margin-top: 50px;
}
.zi_top_box {
	float: right;
	text-align: right;
}
.zi_top_link {
	font-size: 14px;
	color: #656565;
	display: inline-block;
}
.zi_top_link:hover {
	text-decoration: underline;
}
.zi_top_text {
	font-size: 14px;
	color: #656565;
	display: inline-block;
}
.jie_section {
	border-top: 1px solid #6389bd;
	border-right: 1px solid #6389bd;
}
.jie_banner {
	position: relative;
}
.jie_banner .swiper-container {
	width: 917px;
	margin: 0;
}
.jie_banner_link {
	font-size: 16px;
	color: #6389bd;
	height: 48px;
	line-height: 48px;
	border-left: 1px solid #b6c7e0;
	text-align: center;

}
.jie_banner .swiper-slide:first-of-type .jie_banner_link {
	border-left: 1px solid #6389bd;
}
.jie_banner_current {
	background: #6389bd;
	color: #ffffff;
}
.jie_banner_link:hover {
	background: #6389bd;
	color: #ffffff;
}
.jie_banner .swiper-button-prev6 {
	width: 21px !important;
    height: 50px !important;
    background-image: url(../images/jian11.jpg);
    outline: none;
	top: 0;
	/*bottom: 0;*/
	/*transform: translateY(-50%);*/
    left: initial;
    right: 21px !important;
    margin-top: 0 !important;
    background-size: contain;
    z-index: 70;
}
.jie_banner .swiper-button-prev6:after {
	content: '';
}
.jie_banner .swiper-button-next6 {
	width: 21px !important;
    height: 50px !important;
	background-image: url(../images/jian9.png);
	outline: none;
	top: 0;
	/*bottom: 0;*/
	/*transform: translateY(-50%);*/
    right: 0 !important;
    margin-top: 0 !important;
    background-size: contain;
    z-index: 70;
}
.jie_banner .swiper-button-next6:after {
	content: '';
}
.jie_banner .swiper-button-prev6:hover {
	background-image: url(../images/jian10.png);
    outline: none;
}
.jie_banner .swiper-button-next6:hover {
	background-image: url(../images/jian12.jpg);
    outline: none;
}
.jie_block img {
	margin: 0 auto;
	width: 931px;
	height: 265px;
}
.jie_banner {
	border-bottom: 1px solid #6389bd;
}
.jie_block {
	padding-top: 20px;
	border-left: 1px solid #6389bd;
}
.jie_area {
	
	border-bottom: 1px solid #6389bd;
	padding: 30px;
}
.jie_title {
	font-size: 18px;
	color: #2d2d2d;
	margin-bottom: 15px;
	font-weight: bold;
}
.service_item {
	float: left;
	width: 300px;
	height: 188px;
	margin-left: 50px;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.service_item img {
	width: 100%;
}
.service_item:nth-child(3n-2) {
	margin-left: 0;
}
.service_name {
	font-size: 16px;
	color: #ffffff;
	padding: 25px 25px 15px 25px;
	background: -webkit-linear-gradient(transparent , #000000);
	  background: -o-linear-gradient(transparent, #000000);
	  background: -moz-linear-gradient(transparent, #000000);
	  background: linear-gradient(transparent , #000000);
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
}
.service_item:hover {
	transform: translate3d(0,-5px,0);
}
.service_ex_title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: bold;
}
.news_item:first-of-type {
	padding-top: 0;
}
.news_item {
	padding: 27px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news_photo {
	float: left;
	width: 230px;
	height: 142px;
	overflow: hidden;
}
.news_photo img {
	width: 100%;
}
.news_photo img {
	transition: all 0.5s ease-in-out;
}
.news_item:hover .news_photo img {
	transform:scale(1.1);
}
.news_box {
	float: left;
	width: 615px;
	margin-left: 30px;
}
.news_title {
	font-size: 16px;
	color: #262d35;
	margin-bottom: 30px;
}
.news_text {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.news_time{
	float: right;
	border-bottom: 5px solid #e3e3e3;
}
.news_info {
	border: 1px solid #999999;
	padding: 6px;
}
.news_day {
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding-bottom: 2px;
}
.news_year {
	font-size: 14px;
	color: #666666;
	border-top: 1px solid #999999;
	text-align: center;
	padding-top: 2px;
}
.fan {
	text-align: center;
	margin: 50px 0 20px 0;
}
.fan a {
	display: inline-block;
	font-size: 14px;
	color: #7a7a7a;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #efefef;
	margin: 0 2.5px;
}
.fan span {
	display: inline-block;
	font-size: 14px;
	color: #7a7a7a;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #efefef;
	margin: 0 2.5px;
}
.fan a.on {
	background: #7a7a7a;
	color: #ffffff;
}
.fan a:hover {
	background: #7a7a7a;
	color: #ffffff;
}
.news_ex_title {
	font-size: 16px;
	color: #262d35;
	float: left;
	font-weight: bold;
}
.news_ex_top {
	margin-bottom: 20px;
}
.join_item {
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.join_title {
	font-size: 16px;
	color: #262d35;
	padding-left: 15px;
	position: relative;
	margin-bottom: 22px;
}
.join_title::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 100%;
	background: #e6e6e6;
	border-radius: 50px;
	line-height: 16px;
}
.join_text {
	float: left;
	width: 665px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.join_look {
	border-bottom: 5px solid #e3e3e3;
	float: right;
	width: 90px;
	margin-top: 15px;
}
.join_look span {
	font-size: 14px;
	color: #666666;
	text-align: center;
	border: 1px solid #999999;
	padding: 10px 0;
}
.join_item:hover {
	transform: translate3d(0,-5px,0);
}
.he_item {
	float: left;
	width: 150px;
	height: 73px;
	border: 5px;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	margin-left: 62px;
	margin-bottom: 33px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.he_item:nth-child(5n-4) {
	margin-left: 0;
}
.he_item img {
	width: 100%;
}
.he_item:hover {
	transform: translate3d(0,-5px,0);
}
.map {
	float: left;
	width: 598px;
	height: 285px;
}
.con_area {
	background: #f8f8f8;
	padding: 40px 5px 5px 40px;
	height: 285px;
	float: right;
	width: 402px;
}
.con_title {
	font-size: 20px;
	color: #262d35;
	font-weight: bold;
	margin-bottom: 20px;
}
.con_text {
	font-size: 16px;
	color: #262d35;
	font-weight: bold;
}
.con_box {
	margin-top: 30px;
}
.con_box span {
	font-size: 14px;
	color: #262d35;
	line-height: 35px;
}
.con_area img {
	float: right;
	width: 102px;
	height: 102px;
	margin-top: -64px;
}
.ye_caption {
	font-size: 14px;
	color: #262d35;
	line-height: 25px;
	margin-bottom: 40px;
}
.ye_form {
	width: 100%;
	display: inline-block;
}
.ye_block {
	width: 960px;
}
.ye_info {
	margin-bottom: 25px;
}
.ye_text {
	font-size: 14px;
	color: #262d35;
	width: 65px;
	float: left;
	line-height: 28px;
}
.ye_text font {
	color: #f3112c;
}
.ye_info input {
	padding: 0 8px;
	font-size: 14px;
	color: #262d35;
	border: 1px solid #e6e6e6;
	height: 28px;
	line-height: 28px;
	float: left;
	margin-left: 10px;
}
.ye_info1 {
	float: left;
}
.ye_info1 input {
	width: 300px;
}
.ye_info2 {
	float: left;
	margin-left: 20px;
}
.ye_info2 input {
	width: 490px;
}
.ye_info3 {
	float: left;
}
.ye_info3 textarea {
	padding: 0 8px;
	font-size: 14px;
	color: #262d35;
	border: 1px solid #e6e6e6;
	height: 75px;
	width: 880px;
	float: left;
	margin-left: 15px;
}
.ye_info4 {
	float: left;
}
.ye_info4 input {
	width: 295px;
}
.ye_info5 {
	float: left;
	margin-left: 20px;
}
.ye_info5 input {
	width: 195px;
}
.ye_info6 {
	float: left;
	margin-left: 20px;
}
.ye_info6 input {
	width: 235px;
}
.ye_info6 .ye_text {
	width: 30px;
}
.ye_info7 {
	float: right;
}
.ye_info7 input {
	width: 490px;
}
.ye_info8 {
	float: left;
	margin-left: 20px;
}
.ye_info8 input {
	width: 300px;
}
.ye_btu {
	height: 28px;
	border: none;
	background: #f27313;
	font-size: 14px;
	color: #ffffff;
	width: 170px;
	float: left;
	margin-left: 20px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.inner {
		width: 1300px;
	}
	.index_about {
		width: 585px;
	}
	.index_about_area {
		width: 360px;
    	padding: 10px;
	}
	.index_news {
		margin-left: 15px;
	}
	.index_service {
		width: 345px;
		padding: 20px 15px;
	}
	.index_item {
		width: 324px;
    	padding: 0 42px;
	}
	.left {
		width: 960px;
	}
	.honor_box {
		margin-left: 50px;
	}
	.honor_item {
		margin-left: 63px;
	}
	.jie_area {
		width: 483px;
	}
	.service_item {
		margin-left: 30px;
	}
	.he_item {
		margin-left: 52px;
	}
	.con_area {
		width: 362px;
		padding: 40px 5px 5px 20px
	}
}