﻿/* 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-size:14px; background:#ffffff;font-family: 'Microsoft YaHei,arial,sans-serif';
	color: #333333;}
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;
}
a {color: #333333;}
img{display:block;}

input:focus {
  outline: none;
}


.text-over{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-over-two{
	 overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-over-three{
	 overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 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;}
.blank150{ width:100%; height:150px; 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:1200px; min-width: 1200px; height:auto;  position:relative; z-index:50; margin:0 auto;}

/*首页*/
span {
	display: block;
}
.header {
	position: relative;
}
.header_top {
	background: #2d72eb;
	padding: 8px 0;
}
.header_top_text {
	float: left;
	font-size: 16px;
	color: #ffffff;
}
.header_top_box {
	float: right;
}
.header_search {
	float: left;
	width: 130px;
	height: 27px;
	padding: 0 15px;
	border-radius: 50px;
	border: 1px solid #d7e6ff;
}
.header_input {
	font-size: 12px;
	color: #abc7f7;
	width: 80px;
	float: left;
	height:25px;
	line-height: 25px;
	background: inherit;
	border: none;
}
.header_input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #abc7f7;
}
.header_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #abc7f7;
}
.header_input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #abc7f7;
}
.header_input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #abc7f7;
}
.header_btu {
	width: 14px;
	height: 14px;
	border: none;
	background: url(../images/search.png) no-repeat left center;
	background-size: 100% 100%;
	float: right;
	margin-top: 5.5px;
}
.header_wei {
	float: left;
	height:27px;
	padding: 4px 8px 1px 21px;
	position: relative;
}
.header_code {
	position: absolute;
	top: 120%;
	left: 50%;
	transform: translateX(-50%);
	width: 105px;
	height: 105px;
	z-index: 12;
	display: none;
}
.header_wei:hover .header_code {
	display: block;
}
.header_tel {
	float: right;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/header2.png) no-repeat left center;
	background-size: 24px 20px;
	padding-left: 34px;
	line-height: 27px;
    height: 27px;
}
.logo {
	float: left;
	margin-top: 22.5px;
}
.nav {
	float: right;
}
.nav_item {
	float: left;
	width: 110px;
	border-bottom: 2px solid Transparent;
}
.nav_link {
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 26px 0;
}
.nav_item:hover {
	border-bottom: 2px solid #407fec;
}
.nav_item:hover .nav_link {
	color: #407fec;
}
.nav_er_list {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	background: rgba(255,255,255,0.7);
	width: 100%;
	z-index: 11;
	display: none;
}
.nav_er_item {
	display: inline-block;
	width: 180px;
	text-align: center;
}
.nav_er_link {
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding: 15px 0;
}
.header > .inner {
	position: initial;
}
.banner img {
	width: 100%;
}
.nav_er_link:hover {
	background: #407fec;
	color: #ffffff;
}
.nav_item:hover .nav_er_list {
	display: block;
}
.nav_current {
	border-bottom: 2px solid #407fec;
}
.nav_current .nav_link {
	color: #407fec;
}
.banner .swiper-button-prev {
	width: 34px !important;
    height: 61px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 10%;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-prev:after {
	content: '';
}
.banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.banner .swiper-button-next {
	width: 34px !important;
    height: 61px !important;
	background-image: url(../images/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 10% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.banner .swiper-button-next:after {
	content: '';
}
.banner .swiper-button-next:hover {
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.banner img {
	width: 100%;
}
.banner .swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	background: #ffffff;
	margin: 0 3.5px  !important;
}
.banner .swiper-pagination-bullet-active {
	background: #ffffff !important;
	width: 13px !important;
	height: 13px !important;
	opacity: 1;
}
.title {
	padding: 75px 0 40px 0;
}
.title_zh {
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 30px;
}
.title_en {
	font-size: 14px;
	color: #b2b2b2;
	text-align: center;
	margin-top: 5px;
}
.index_news_banner {
	float: left;
	width: 550px;
	height: 320px;
}
.index_news {
	background: url(../images/bg3.jpg) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 50px;
}
.index_news_banner img {
	width: 100%;
}
.index_news_banner .swiper-pagination-bullet {
	width: 9px !important;
	height: 9px !important;
	background: #ffffff;
	margin: 0 3.5px  !important;
}
.index_news_banner .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1;
}
.index_news_banner .swiper-pagination {
	padding: 0 25px;
	text-align: right;
}
.index_news_block {
	float: right;
	width: 580px;
}
.index_news_item {
	padding: 23.5px 0;
	border-bottom: 1px dashed #eeeeee;
}
.index_news_link {
	font-size: 16px;
	color: #888888;
	background: url(../images/jian5.png) no-repeat left center;
	background-size: 10px 9px;
	padding-left: 30px;
	line-height: 16px;
}
.index_news_title {
	font-size: 16px;
	color: #333333;
	width: 82%;
	float: left;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.index_news_time {
	font-size: 16px;
	color: #333333;
	float: right;
}
.index_news_item:hover .index_news_link {
	background: url(../images/jian6.png) no-repeat left center;
	background-size: 10px 9px;
}
.index_news_item:hover .index_news_title {
	color: #2d72eb;
}
.index_news_item:hover .index_news_time {
	color: #2d72eb;
}
.index_news_more {
	width: 115px;
	height: 30px;
	line-height: 30px;
	margin: 48px auto 0 auto;
	border-radius: 50px;
	border: 1px solid #2d72eb;
	font-size: 14px;
	color: #2d72eb;
	text-align: center;
}
.index_news_more:hover {
	background: #2d72eb;
	color: #ffffff;
}
.index_pro .inner {
	width: 1300px;
}
.index_pro_banner {
	position: relative;
}
.index_pro_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.index_pro_banner .swiper-button-prev {
	width: 34px !important;
    height: 61px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro_banner .swiper-button-prev:after {
	content: '';
}
.index_pro_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.index_pro_banner .swiper-button-next {
	width: 34px !important;
    height: 61px !important;
	background-image: url(../images/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_pro_banner .swiper-button-next:after {
	content: '';
}
.index_pro_banner .swiper-button-next:hover {
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.picScroll-top{ margin:0 auto;   overflow:hidden; position:relative;    }
/*.picScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }*/
/*.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("images/arrow.png") 0 -100px no-repeat;}*/
.index_pro_banner .next{ width: 34px !important;
	position: absolute;
    height: 61px !important;
	background-image: url(../images/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
	z-index: 3000;
    background-size: contain;}
.index_pro_banner .prev{ 
	position: absolute;
	width: 34px !important;
    height: 61px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	z-index: 3000;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
 }
 .index_pro_banner .prev:hover {
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
     background-size: contain;
 }
  .index_pro_banner .next:hover {
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
     background-size: contain;
 }
/*.picScroll-top .hd .nextStop{ background-position:-60px -140px;  }*/
.picScroll-top .bd {width: 1200px !important; margin: 10px auto;height: 675px;overflow: hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.picScroll-top1 .bd {width: 1200px !important; margin: 0 auto;height: 675px;overflow: hidden;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; }
.picScroll-top .bd ul li{float: left !important; zoom:1; }
.multipleColumn{ overflow:hidden; position:relative; width:1300px;  }
.multipleColumn .bd{width: 1200px !important; margin: 0 auto;overflow: hidden;height: 238px;}
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:240px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:0 3px; float:left; _display:inline; overflow:hidden; }
.index_friend_banner .next{ 
	width: 34px !important;
	position: absolute;
    height: 61px !important;
	background-image: url(../images/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
	z-index: 3000;
    background-size: contain;}
.index_friend_banner .prev{ 
	position: absolute;
	width: 34px !important;
    height: 61px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	z-index: 3000;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
 }
 .index_friend_banner .prev:hover {
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
     background-size: contain;
 }
  .index_friend_banner .next:hover {
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
     background-size: contain;
 }


.index_pro_area {
	width: 600px;
	height: 225px;
	padding: 40px 75px;
}


.index_pro_photo {
	width: 600px;
	height: 225px;
	overflow: hidden;
}
.index_pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_pro_block:hover .index_pro_photo img {
	transform:scale(1.1);
}
.index_pro_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
}
.index_pro_text {
	font-size: 14px;
	color: #888888;
	line-height: 23px;
	margin: 15px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.index_pro_link {
	font-size: 14px;
	color: #333333;
	display: inline-block;
	margin-right: 30px;
	border-bottom: 1px solid #333333;
	padding-bottom: 3px;
}
.index_pro_block .index_pro_link:hover {
	color: #2d72eb;
	border-bottom: 1px solid #2d72eb;
}
.index_pro_banner .index_pro_block:nth-child(odd) .index_pro_area {
	float: left;
}
.index_pro_banner .index_pro_block:nth-child(odd) .index_pro_photo {
	float: right;
}
.index_pro_banner .index_pro_block:nth-child(even) .index_pro_area {
	float: right;
}
.index_pro_banner .index_pro_block:nth-child(even) .index_pro_photo {
	float: left;
}
.index_pro_more {
	width: 115px;
	height: 30px;
	line-height: 30px;
	margin: 48px auto 0 auto;
	border-radius: 50px;
	border: 1px solid #7c7c7c;
	font-size: 14px;
	color: #7c7c7c;
	text-align: center;
}
.index_pro_more:hover {
	background: #2d72eb;
	border: 1px solid #2d72eb;
	color: #ffffff;
}
.index_jie {
	background: url(../images/bg1.jpg) no-repeat left center;
	background-size: cover;
	margin-top: 60px;
	padding-bottom: 60px;
}
.index_jie .title_zh {
	color: #ffffff;
}
.index_jie .title_en {
	color: #ffffff;
}
.index_jie_photo {
	overflow: hidden;
	width: 100%;
	height: 345px;
}
.index_jie_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.index_jie_block:hover .index_jie_photo img {
	transform:scale(1.1);
}
.index_jie_text {
	background: #ffffff;
	padding: 25px;
	height: 110px;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	text-align: center;
}
.index_jie_block:hover .index_jie_text {
	background: #2d72eb;
	color: #ffffff;
}
.index_jie .inner {
	width: 1300px;
}
.index_jie_more {
	width: 115px;
	height: 30px;
	line-height: 30px;
	margin: 48px auto 0 auto;
	border-radius: 50px;
	border: 1px solid #ffffff;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.index_jie_more:hover {
	background: #2d72eb;
	border: 1px solid #2d72eb;
	color: #ffffff;
}
.index_friend {
	background: #f6f6f6;
	margin-top: 60px;
	padding-bottom: 40px;
}
.index_friend .inner {
	width: 1300px;
}
.index_friend_banner {
	position: relative;
}
.index_friend_banner .swiper-container {
	width: 1200px;
	margin: 0 auto;
}
.index_friend_banner .swiper-button-prev {
	width: 34px !important;
    height: 61px !important;
    background-image: url(../images/jian1.png);
    background-repeat: no-repeat;
    outline: none;
	top: 50%;
	transform: translateY(-50%);
    left: 0%;
    margin-top: 0 !important;
    background-size: contain;
}
.index_friend_banner .swiper-button-prev:after {
	content: '';
}
.index_friend_banner .swiper-button-prev:hover {
	background-image: url(../images/jian4.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.index_friend_banner .swiper-button-next {
	width: 34px !important;
    height: 61px !important;
	background-image: url(../images/jian3.png);
    background-repeat: no-repeat;
	outline: none;
	top: 50%;
	transform: translateY(-50%);
    right: 0% !important;
    margin-top: 0 !important;
    background-size: contain;
}
.index_friend_banner .swiper-button-next:after {
	content: '';
}
.index_friend_banner .swiper-button-next:hover {
	background-image: url(../images/jian2.png);
    background-repeat: no-repeat;
     background-size: contain;
}
.index_leave {
	background: url(../images/bg2.jpg) no-repeat left center;
	background-size: cover;
	padding: 30px 0;
}
.index_leave_title {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
.index_leave_form {
	display: block;
	width: 100%;
	margin: 25px 0 34px 0;
	text-align: center;
}
.index_leave_text {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.index_leave_input1 {
	display: inline-block;
	width: 210px;
	height: 45px;
	margin-right: 10px;
	background: rgba(255,255,255,0.3);
	padding: 0 20px;
	border: none;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
}
.index_leave_input2 {
	display: inline-block;
	width: 425px;
	height: 45px;
	margin-right: 10px;
	background: rgba(255,255,255,0.3);
	padding: 0 20px;
	border: none;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
}
.index_leave_form input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #ffffff;
}
.index_leave_form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ffffff;
}
.index_leave_form input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #ffffff;
}
.index_leave_form input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #ffffff;
}
.index_leave_btu {
	width: 170px;
	/*float: left;*/
	display: inline-block;
	height: 45px;
	border: none;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: #2d72eb;
}
.footer {
	background: #262626;
}
.footer .inner {
	padding: 65px 0;
}
.footer_left {
	float: left;
}
.footer_box {
	float: left;
	margin-right: 55px;
}
.footer_link {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 25px;
}
.footer_link1 {
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
	max-width:75px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer_link1:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer_right {
	float: right;
}
.footer_area {
	float: left;
	margin-right: 70px;
}
.footer_title {
	font-size: 24px;
	color: #ffffff;
}
.footer_info {
	margin-top: 10px;
}
.footer_info img {
	float: left;
}
.footer_info span {
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	float: left;
}
.footer_code {
	float: right;
	width: 105px;
	height: 105px;
}
.small {
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
	color: #868686;
	border-top: 1px solid #313131;
}
.small img {
	display: inline-block;
	margin: 0 5px;
}
.fudong {
	position: fixed;
	z-index: 71;
	bottom: 10%;
	right: 10%;
}
.fudong img {
	width: 68px;
}
.fu_model {
	position: fixed;
	z-index: 72;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.fu_model img {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zi {
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}
.zi_box {
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 40px;
}
.zi_box span {
	font-size: 14px;
	color: #b2b2b2;
	display: inline-block;
}
.zi_box a {
	font-size: 14px;
	color: #b2b2b2;
	display: inline-block;
}
.zi_item {
	float: left;
	margin-right: 35px;
	border-top: 2px solid Transparent;
}
.zi_item a{
	padding: 18px 30px 40px 30px;
	font-size: 16px;
	color: #333333;
}
.zi_current {
	border-top: 2px solid #407eec;
}
.zi_current a {
	color: #407eec;
}
.zi_item:hover {
	border-top: 2px solid #407eec;
}
.zi_item:hover a {
	color: #407eec;
}
.pro_item {
	float: left;
	width: 380px;
	margin-left: 30px;
	margin-bottom: 30px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.1);
}
.pro_item:nth-child(3n-2) {
	margin-left: 0;
}
.pro_photo {
	width: 380px;
	height: 210px;
	overflow: hidden;
}
.pro_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.pro_item:hover .pro_photo img {
	transform:scale(1.1);
}
.pro_box {
	background: #ffffff;
	padding: 30px;
}
.pro_title {
	font-size: 20px;
	color: #333333;
}
.pro_text {
	font-size: 14px;
	color: #888888;
	line-height: 23px;
	margin: 15px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;

}
.pro_look {
	font-size: 14px;
	color: #333333;
	padding-bottom: 3px;
	border-bottom: 1px solid #333333;
	display: inline-block;
}
.pro_item:hover .pro_box {
	background: #2d72eb;
}
.pro_item:hover .pro_title {
	color: #ffffff;
}
.pro_item:hover .pro_text {
	color: #ffffff;
}
.pro_item:hover .pro_look {
	color: #fefefe;
	border-bottom: 1px solid #fefefe;
}
.fan {
	text-align: right;
	margin: 10px 0 90px 0;
}
.fan a{
	width: auto;
	height: 33px;
	line-height: 33px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin: 0 3px;
	display: inline-block;
	background: #e6e6e6;
	padding:0px 10px;
}
.fan .select{
	background: #407eec;
	color: #ffffff;
}
.fan a:hover {
	background: #407eec;
	color: #ffffff;
}
.fan a.on {
	background: #407eec;
	color: #ffffff;
}
.fan a:first-of-type {
	width: 60px;
}
.fan a:last-of-type {
	width: 60px;
}
.proex_title {
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.box {
	margin: 40px 0;
}
.box span {
	display: inline-block;
}
.box img{
	display: initial;
}
.ex {
	padding: 20px 0 70px 0;
	
}
.ex_link {
	font-size: 16px;
	color: #333333;
	float: left;
	width: 390px;
	margin-right: 155px;
	line-height: 40px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.ex_link:hover {
	color: #407eec;
}
.ex_link1 {
	font-size: 16px;
	color: #333333;
	float: right;
	text-align: right;
	width: 390px;
	margin-left: 150px;
	line-height: 40px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
}
.ex_link1:hover {
	color: #407eec;
}
.ex_return {
	background: #407eec;
	float: left;
	font-size: 14;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	width: 115px;
	height: 40px;
	line-height: 40px;
}
.about_title {
	position: relative;
}
.about_en {
	font-size: 60px;
	color: #407eec;
	opacity: 0.12;
	font-family: Arial;
}
.about_zh {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	padding-left: 15px;
	border-left: 3px solid #407eec;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}
.about_box {
	margin: 40px 0;
}
.about_caption {
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 40px;
}
.zhao_item {
	padding: 40px 0 0 0;
}
.zhao_top {
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
}
.zhao_top > img {
	float: left;
}
.zhao_title {
	float: left;
	font-size: 20px;
	color: #333333;
	margin: 0 15px;
	line-height: 25px;
}
.zhao_info {
	float: right;
}
.zhao_hide {
	display: none;
}
.zhao_item:hover .zhao_title {
	color: #2d72eb;
	font-weight: bold;
}
.zhao_area {
	background: #f6f6f6;
	padding: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	display: none;
}
.zhao_current .zhao_area {
	display: block;
}
.zhao_current .zhao_hide {
	display: block;
}
.zhao_current .zhao_show {
	display: none;
}
.zhao_list {
	margin-bottom: 100px;
}
.news_item {
	background: #f9fafa;
	padding: 40px;
	margin-bottom: 20px;
}
.news_time {
	float: left;
}
.news_day {
	font-size: 30px;
	color: #333333;
	line-height: 30px;
	font-family: Arial;
}
.news_years {
	font-size: 14px;
	color: #333333;
	font-family: Arial;
}
.news_photo {
	float: left;
	width: 180px;
	height: 120px;
	overflow: hidden;
	margin: 0 25px 0 45px; 
}
.news_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.news_item:hover .news_photo img {
	transform:scale(1.1);
}
.news_box {
	float: left;
	width: 680px;
}
.news_title {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.news_text {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.news_info {
	float: right;
	margin-top: 37px;
}
.news_hide {
	display: none;
}
.news_item:hover .news_title {
	color: #2d72eb;
}
.news_item:hover .news_day {
	color: #2d72eb;
}
.news_item:hover .news_show {
	display: none;
}
.news_item:hover .news_hide {
	display: block;
}
.news_item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.17);
}
.newsex_time {
	font-size: 16px;
	color: #999999;
	text-align: center;
	margin-top: 15px;
}
.zixun_item {
	margin-bottom: 30px;
}
.zixun_photo {
	float: left;
	width: 380px;
	height: 208px;
	overflow: hidden;
}
.zixun_photo img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.zixun_item:hover .zixun_photo img {
	transform:scale(1.1);
}
.zixun_area {
	float: right;
	width: 820px;
	padding: 40px 50px 20px 50px;
}
.zicun_title {
	font-size: 24px;
	color: #333333;
}
.zicun_text {
	font-size: 14px;
	color: #666666;
	margin: 12px 0 30px 0;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;

}
.zicun_look {
	display: inline-block;
	border-radius: 5px;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #999999;
	border: 1px solid #999999;
}
.zixun_item:hover .zicun_look {
	color: #2d72eb;
	border: 1px solid #2d72eb;
}
.zixun_item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.19);
}
.con_title {
	font-size: 24px;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 30px;
}
.zi1 {
	border-bottom: none;
}
.con_item {
	float: left;
	width: 360px;
	margin-left: 60px;
	background: #f9fafa;
	padding: 35px 50px;
	height: 170px;
}
.con_item:nth-child(3n-2) {
	margin-left: 0;
}
.con_info {
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.con_info img {
	float: left;
}
.con_info span {
	font-size: 16px;
	color: #294499;
	margin-left: 15px;
	line-height: 16px;
	float: left;
}
.con_text {
	font-size: 20px;
	color: #838794;
}
.map {
	margin: 40px 0 90px 0;
}
.map img {
	width: 100%;
}
.index_pro_block:hover .zicun_look {
	color: #2d72eb;
	border: 1px solid #2d72eb;
}