@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	
	font-family: 微软雅黑;
}
ul,ol{
	list-style:none;
}
img{
	border:none;
}
h1,h2,h3,h4,h5{
	font-weight:400;
}
a{
	text-decoration: none;
	color:#2b2b2b;
}
html,body{
	
	box-sizing:border-box;
	background:#f3f3f3;
	
	
}
body{
	padding-bottom:200px;
	font-size: 14px;
}
a:hover{
	color: #3e7bd2;
}
@font-face {
/* font-test*/
font-family: SiYuan_Bold;
src:url('../fonts/SourceHanSansCN-Bold.otf');
}
@font-face {
/* font-test*/
font-family: SiYuan_Light;
src:url('../fonts/SourceHanSansCN-Light.otf');
}
@font-face {
/* font-test*/
font-family: SiYuan_Regular;
src:url('../fonts/SourceHanSansCN-Heavy.otf');
}
@font-face {
/* font-test*/
font-family: SiYuan_ExtraLight;
src:url('../fonts/SourceHanSansCN-ExtraLight.otf');
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.container{
	width:100%;
	box-sizing: border-box;
	padding:0 25px;
}
.header{
	height:110px;
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	z-index:98;
	background:#fff;
}
.header .left{
	position:absolute;
	left:35px;
	z-index:99;
	top:25px;
}
.header .left .logo{
	float:left;
}
.header .left  .text{
	float:left;
	padding-left:15px;
}
.header .left  .text h3{
	font-size:30px;
	color:#136c9d;
	font-family:SiYuan_Regular;
	padding-top:5px;
}
.header .left  .text p{
	font-size:16px;
	color:#136c9d;
}

.header .right{
	padding-right:25px;
	padding-top:35px;
}
.nav{
	position:fixed;
	left:0;
	top:0;
	width:80%;
	background:#508eda;
	z-index:99;
	height:100%;
	margin-left:-100%;
}
.nav .nav_logo .logo{
	float:left;
}
.nav .nav_logo {
	padding-left:35px;
	padding-top:25px;
	overflow:hidden;
	height:110px;
	box-sizing:border-box;
}
.nav .nav_logo  .text{
	float:left;
	padding-left:15px;
}
.nav .nav_logo  .text h3{
	font-size:22px;
	color:#fff;
	font-family:SiYuan_Regular;
	padding-top:20px;
}
.nav .nav_logo  .text p{
	font-size:10px;
	color:#fff;
}
.nav ul>li{
	border-bottom:1px solid #73a5e1;
}
.nav ul>li p{
	height:80px;
}

.nav ul>li p a{
	line-height:80px;
	display:inline-block;
	width:60%;
	float:left;
	font-size:24px;
	color:#fff;
	padding-left:70px;
	box-sizing:border-box;
}
.nav ul>li p i{
	width:40%;
	float:right;
	height:80px;
	display:block;
	padding-top:25px;
	box-sizing:border-box;
	
}
.nav ul>li:hover{
	background:#136c9d;
}
.nav ul>li  ol{
	padding-left:70px;
	display:none;
}
.nav ul>li  ol li{
	height:60px;
	border-top:1px solid #73a5e1;
}
.nav ul>li  ol li a{
	display:block;
	color:#fff;
	line-height:60px;
	font-size:22px;
	height:60px;
	padding-left:90px;
}
.banner{
	padding-top:110px;
	overflow:hidden;
	position:relative;
}
.banner   .swiper-slide {
      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;
    }
.banner   .swiper-slide .img{
	width:100%;
}
.banner   .swiper-slide .img img{ 
	width:100%;
}
.banner   .swiper-slide .text{
	position:absolute;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	color:#fff;
	text-align:right;
	padding:50px;
	box-sizing:border-box;
	line-height:2em;
}
.banner   .swiper-slide .text p.p1{
	font-family: SiYuan_Bold;
	font-size:27px;
	line-height:2em;
}
.banner   .swiper-slide .text p.p2{
	font-family: SiYuan_Bold;
	font-size:36px;
	line-height:2em;
}
.banner   .swiper-slide .text p.p3{
	text-align: right;
	color: #fff;
	font-size: 27px;
	font-family: Arial;
	text-transform:uppercase;
	line-height:2em;
}
.product{
	background:#fff;
}
.product  .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.product  .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.product  .title p{
	font-size:26px;
	color:#bcbbbb;
	text-transform:uppercase;
}
.product .product_list {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;;
}
.product .product_list  ul li{
	width: 100%;
}
.product .product_list  ul li .img{
	width: 50%;
	background: #eaeaea;
}
.product .product_list  ul li .img .img_box{
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	line-height: 400px;
	overflow: hidden;
	padding-top:50px;
	text-align:center;
}
.product .product_list  ul li .text{
	width: 50%;
	position:relative;
	height: 400px;
}
.product .product_list  ul li .text .text_box{
	width: 100%;
	height: 400px;
	box-sizing: border-box;
	line-height:400px;
	z-index: 3;
	position: absolute;
	color: #fff;
	font-size:36px;
	text-align:center;
	font-family:SiYuan_Regular;
}
.product .product_list  ul li .img .img_box img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.product .product_list  ul li:nth-child(odd) .img{
	float: left;
	text-align: center;
}
.product .product_list  ul li:nth-child(odd) .img .img_box{
	float: right;
}
.product .product_list  ul li:nth-child(even) .img{
	float: right;
	text-align: center;
}
.product .product_list  ul li:nth-child(even) .img .img_box{
	float: left;

}
.product .product_list  ul li:nth-child(odd) .text{
	float: right;
	text-align: left;
}
.product .product_list  ul li:nth-child(odd) .text .text_box{
	float: left;
	left: 0;
}
.product .product_list  ul li:nth-child(even) .text{
	float: left;
	text-align: right;
}
.product .product_list  ul li:nth-child(even) .text .text_box{
	float: right;

	right: 0;

}
.product .product_list  ul li a .text .mo{
	position:  absolute;
	width: 100%;
	height: 100%;
	background: #296acb;
	-moz-opacity:0.6;
	opacity:0.6;
	z-index: 1;
	filter:alpha(opacity=60);
	-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.product .product_list  ul li a:hover .text .mo{
	-moz-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity=90);
		-webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
} 
.product .product_list  ul li a:hover .img .img_box img{
	 transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transition:all .3s ease-in-out 0s;
	-moz-transition:all .3s ease-in-out 0s;
	-ms-transition:all .3s ease-in-out 0s;
	-o-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.product .product_list  ul li .text .text_box h3{
	font-family: SiYuan_Light;
	font-size: 36px;
	margin-bottom: 20px;
}
.product .product_list  ul li .text .text_box p{
	font-family: SiYuan_Light;
	font-size: 16px;
}
.product .product_list  ul li .text .text_box h4{
	font-family: Arial;
	text-transform:uppercase;
	font-size: 30px;
	margin-top: 20px;
}
.news_index .title{
	
}
.news_index{
	background: url('../images/newsbg.jpg') no-repeat center;
	background-size: cover;
	padding-bottom:90px;
}
.news_index  .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.news_index  .title h3{
	font-size:36px;
	color:#fff;
	font-family:SiYuan_Regular;
}
.news_index  .title p{
	font-size:26px;
	color:#fff;
	text-transform:uppercase;
}
.news_index .news_list{
	position:relative;
	width:100%;
	overflow:hidden;
}
.news_index  .news_box{
	position:relative;
	width:100%;
	box-sizing: border-box;
	padding:0 60px;
}
.news_index  .news_box  .news_list .swiper-slide{
	background:#fff;
	box-sizing: border-box;
	padding:10px;
}
.news_index  .news_box  .news_list .swiper-slide .img{
	width:100%;
}
.news_index  .news_box  .news_list .swiper-slide .img img{
	width:100%;
}
.news_index  .news_box  .news_list .swiper-slide h3{
	position: absolute;
	bottom:145px;
	text-align:center;
	left:0;
	width:100%;
	box-sizing: border-box;
	padding:0 30px;
	font-size:20px;
	color:#3e7bd2;
}
.news_index  .news_box  .news_list .swiper-slide .text{
	font-size:24px;
	color:#686868;
	padding:20px 20px 0px;
}
.news_index  .news_box  .news_list .swiper-slide  p{
	text-align:right;
	margin-top:15px;
	padding:0 20px;
	color:#3e7bd2;
	font-size:24px;
}
.news_index  .news_box  .swiper-button-next {
	background:#282828;
	color:#fff;
	width:80px;
	height:80px;
	font-size:60px;
	right:20px;
	border-radius: 5px; 
}
.news_index  .news_box  .swiper-button-prev {
	background:#282828;
	color:#fff;
	width:80px;
	height:80px;
	font-size:60px;
	left:20px;
	border-radius: 5px; 
}
.about_index{
	background:url(../images/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom:400px;
}
.about_index  .title{
	text-align:center;
	padding-top:150px;
	padding-bottom:30px;
}
.about_index  .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.about_index  .title p{
	font-size:26px;
	color:#bcbbbb;
	text-transform:uppercase;
}
.about_index  .text{
	font-size:24px;
	padding-left:45px;
	padding-right:45px;
	line-height:2em;
	
}
.about_index  .img{
	width:100%;
	text-align:center;
	padding:45px 0;
}
.about_index  .img img{
	margin:0 auto;
	width:432px;
	height:104px;

}
.about_index  .text h3{
	font-size:36px;
	padding-bottom:30px;
	text-align:center;
}
.about_index  .more{
	padding-top:50px;
	text-align:center;
}
.customer{
	background:url('../images/hezuobg.jpg') no-repeat center;
	background-size: cover;
	padding-bottom:40px;
}
.customer  .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.customer  .title h3{
	font-size:36px;
	color:#fff;
	font-family:SiYuan_Regular;
}
.customer  .title p{
	font-size:26px;
	color:#fff;
	text-transform:uppercase;
}
.customer   .customer_list{
	padding:0 30px;
}
.customer   .customer_list .customer_box{
	width:100%;
	overflow:hidden;
	position:relative;
}
.customer   .customer_list .direction{
	text-align:center;
	width:100%;
	position:relative;
	padding:25px 0;
}
.customer   .customer_list .direction span{
	width:16px;
	height:16px;
	background:#fff;
}
.customer   .customer_list .direction span.swiper-pagination-bullet-active{
	background:#dcdcdc;
}
.message{
	background:#fff;
	padding-bottom:25px;
}
.message .title{
	text-align:center;
	padding:50px 0 40px;
}
.message .title h3{
	font-size:36px;
	color:#282828;
}
.message .title p{
	font-size:26px;
	color:#282828;
	text-transform:uppercase;
}
.message .form_box {
	padding:0 35px;
}
.message .form_box  input{
	display:block;
	border:1px solid #282828;
	width:100%;
	padding-left:15px;
	box-sizing:border-box;
	height:60px;
	margin-bottom:15px;
	font-size:24px;
}
.message .form_box  textarea{
	display:block;
	border:1px solid #282828;
	width:100%;
	padding:15px;
	box-sizing:border-box;
	height:230px;
	font-size:24px;
}
.message .form_box  button{
	display:block;
	border:1px solid #686868;
	width:100%;
	padding-left:15px;
	box-sizing:border-box;
	height:60px;
	background:#686868;
	margin-bottom:15px;
	color:#fff;
	margin-top:15px;
	font-size:24px;
}
.message  .phone_index {
	padding:30px 0;
}
.message  .phone_index h2{
	height:60px;
	line-height:60px;
	font-size:36px;
	color:#282828;
	text-align:center;
}
.message  .qr_code {
	padding:0 100px;
	width:100%;
	box-sizing:border-box;
}
.message  .qr_code  ul li{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0 10px;
}
.message  .qr_code  ul li img{
	width:100%;
}
.message  .qr_code  ul li  p{
	font-size:24px;
	color:#767676;
	text-align:center;
}
.footer{
	height:200px;
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:80;
	padding-top:120px;
	box-sizing:border-box;
	background: #f3f3f3;
}
.footer .footer_nav{
	position:fixed;
	width:80%;
	height:78px;
	bottom:80px;
	background:#000;
	border-radius:10px;
	left:10%;
	z-index:80;
}
.footer .footer_nav ul li{
	float:left;
	width:25%;
	height:78px;
	box-sizing:border-box;
	text-align:center;
	line-height:78px;
}
.footer .footer_nav ul li a{
	display:block;
	line-height:78px;
	height:78px;
	box-sizing:border-box;
	padding-top:10px;
}
.footer .footer_nav ul li a img{
	vertical-align:middle;
}
.footer  .copy{
	line-height:80px;
	text-align:center;
	color:#282828;
	font-size:24px;
}
.page_box{
	padding-top:110px;
}
.page_box .content_box{
	background:#fff;
	border:1px solid #c0c0c0;
	border-radius:5px;
	box-sizing:border-box;
	padding:50px 20px;

}
.page_box .content_box .rongyu_box{
	position:relative;
	overflow:hidden;
}
.page_box .content_box .rongyu_box .swiper-slide{
	  text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);

      /* 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;
}
.page_box .content_box .img{
	overflow:hidden;
}
.page_box .content_box .img img{
	width:100%;
}
.page_box .content_box .content{
	
}
.page_box .content_box .content h3{
	font-size:36px;
	color:#7e7e7e;
	line-height:2em;
	padding:10px 0;
}
.page_box .content_box .content p{
	font-size:24px;
	color:#7e7e7e;
	line-height:2em;
}
.page_box  .about_cop .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.page_box  .about_cop .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.page_box .about_cop  .title p{
	font-size:26px;
	color:#2b2b2b;
	text-transform:uppercase;
}
.page_box  .linian .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.page_box  .linian .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.page_box .linian  .title p{
	font-size:26px;
	color:#2b2b2b;
	text-transform:uppercase;
}
.page_box  .chengzhang .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.page_box  .chengzhang .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.page_box .chengzhang  .title p{
	font-size:26px;
	color:#2b2b2b;
	text-transform:uppercase;
}
.page_box .chengzhang .lc_list{
	
}
.page_box .chengzhang .lc_list ul li{
	color:#7e7e7e;
	font-size:24px;
	padding:10px 0;
	line-height:2em;
}
.page_box  .rongyu .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.page_box  .rongyu .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.page_box .rongyu  .title p{
	font-size:26px;
	color:#2b2b2b;
	text-transform:uppercase;
}
.page_box  .liucheng .title{
	text-align:center;
	padding-top:60px;
	padding-bottom:30px;
}
.page_box  .liucheng .title h3{
	font-size:36px;
	color:#2b2b2b;
	font-family:SiYuan_Regular;
}
.page_box .liucheng  .title p{
	font-size:26px;
	color:#2b2b2b;
	text-transform:uppercase;
}
.page_box .liucheng   .liucheng_list ul:nth-child(1) li{
	float:left;
	width:14.2%;
	box-sizing:border-box;
	text-align:center;
}
.page_box .liucheng   .liucheng_list ul li .img{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: #4a86d7;
	border-radius: 55px;
	box-sizing:border-box;
	padding-top:25px;
	text-align: center;
}
.page_box .liucheng   .liucheng_list ul li  .img img{
	vertical-align: middle;
	width:70px;
}
.page_box .liucheng   .liucheng_list ul:nth-child(1) li span:after{
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'next';
	color: #4a86d7;
	font-size: 30px;
	line-height: 110px;
}
.page_box .liucheng   .liucheng_list ul:nth-child(2) li span:after{
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'prev';
	color: #4a86d7;
	font-size: 30px;
	line-height: 110px;
}
.page_box .liucheng   .liucheng_list ul:nth-child(2){
	padding-top:30px;
}
.page_box .liucheng   .liucheng_list ul:nth-child(2) li{
	float:right;
	width:14.2%;
	box-sizing:border-box;
	text-align:center;
}
.page_box .liucheng   .liucheng_list   ul li p{
	font-size: 24px;
	color: #4a86d7;
	text-align: center;
	font-family: SiYuan_Light;
	font-weight: 400;
	line-height: 2em;
}
.page_box .liucheng .lixi_con{
	margin:0 auto;
	width: 80%;
	height: 100px;
	background: #4a86d7;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 0 40px;
	color: #fff;
}
.page_box .liucheng .lixi_con .top .left{
	font-size: 18px;
	-webkit-transform: skew(-10deg); /* for Chrome||Safari */
	-ms-transform: skew(-10deg); /* for IE */
	-moz-transform:skew(-10deg);/* for Firefox */
	-o-transform:skew(-10deg);/* for Opera */

	padding-top:15px;
}
.lixi_box{
	padding-top:50px;
	padding-bottom:50px;
}
.page_box .liucheng .lixi_con .top .right{
	font-size: 16px;
	-webkit-transform: skew(-10deg); /* for Chrome||Safari */
	-ms-transform: skew(-10deg); /* for IE */
	-moz-transform:skew(-10deg);/* for Firefox */
	-o-transform:skew(-10deg);/* for Opera */

	padding-top:15px;
}
.page_box .liucheng .lixi_con .bottom .left{
	font-size: 30px;
	-webkit-transform: skew(-10deg); /* for Chrome||Safari */
	-ms-transform: skew(-10deg); /* for IE */
	-moz-transform:skew(-10deg);/* for Firefox */
	-o-transform:skew(-10deg);/* for Opera */


}
.page_box .liucheng .lixi_con .bottom .right{
	font-size: 30px;
	font-family: Impact;
	-webkit-transform: skew(-10deg); /* for Chrome||Safari */
	-ms-transform: skew(-10deg); /* for IE */
	-moz-transform:skew(-10deg);/* for Firefox */
	-o-transform:skew(-10deg);/* for Opera */

}
.page_box .sidebar .but_sidebar{
	height:83px;
	line-height:83px;
	background:#508eda;
	color:#fff;
	width:100%;
	box-sizing:border-box;
	padding:0 25px;
	overflow:hidden;
	
}
.page_box .sidebar .but_sidebar span{
	font-size:30px;
}
.page_box .sidebar .but_sidebar i{
	float:right;
	font-style: unset;
	-webkit-transform: rotate(-90deg); /* for Chrome||Safari */
	-ms-transform: rotate(-90deg); /* for IE */
	-moz-transform:rotate(-90deg);/* for Firefox */
	-o-transform:rotate(-90deg);/* for Opera */
	margin-top:-10px;
}
.page_box .sidebar .but_sidebar i:after{
	font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
	content: 'prev';
	color: #fff;
	font-size: 30px;
	line-height: 110px;
	
}
.page_box .sidebar {
	padding-bottom:25px;
}
.page_box .sidebar  .sidebar_nav{
	padding:0 30px;
	
	box-sizing:border-box;
	display:none;
}
.page_box .sidebar  .sidebar_nav ul li{
	float:left;
	width:50%;
	text-align:center;
	padding-right:30px;
	box-sizing:border-box;
	padding-top:30px;
}
.page_box .sidebar  .sidebar_nav ul li a{
	display:block;
	width:100%;
	font-size:30px;
	color:#282828;
	height:70px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	line-height:70px;
	color:#282828;
	font-family: SiYuan_Light;
}

.page_box .sidebar  .sidebar_nav ul li a:hover {
	background:#508eda;
	border:1px solid #508eda;
	color:#fff;
	height:70px;
}
.page_box .sidebar  .sidebar_nav ul li a.active {
	background:#508eda;
	border:1px solid #508eda;
	color:#fff;
	height:70px;
}
.pro_list {
	
}
.pro_list  ul li {
	padding:0 60px;
}
.pro_list  ul li  a{}
.pro_list  ul li  a .img{
	background:#f3f3f3;
}
.pro_list  ul li  a .img img{
	width:100%;
}
.pro_list  ul li  a p{
	text-align:center;
	font-size:24px;
	font-family: SiYuan_Light;
	height:70px;
	line-height:70px;
}
.pages{
	text-align:center;
	padding:25px 0;
}
 .pages  .pagination{
	 display:inline-block;
 }
   .pages  .pagination li{
	    display:inline-block;
		padding:0 5px;
   }
  .pages  .pagination li a{
	  display:inline-block;
	  font-size:30px;
	  padding:0 5px;
  }
   .pages  .pagination li span{
	  display:inline-block;
	  padding:0 5px;
	  font-size:30px;
  }
   .pages  .pagination li.active span{
	   color: #4a86d7;
	   
   }
.news_list{
	padding:0 25px;
}
.news_list ul li{
	border-bottom:1px solid #d9e5f4;
	padding-bottom:40px;
	padding-top:40px;
}
.news_list ul li a h3{
	font-size:30px;
	line-height:2em;
}
.news_list ul li a h4{
	font-size:18xp;
	color:#508eda;
	line-height:2em;
	padding:25px 0;
}
.news_list ul li a p{
	color:#999999;
	font-family: SiYuan_Light;
	font-size:24px;
}
.saussure{
	
}
.saussure .group .form_left{
	padding-top:15px;
}
.saussure .group .form_left2{
	padding-top:15px;
}
.saussure .select_group .form_left{
	padding-top:15px;
}

.saussure input{
	width:100%;
	height:80px;
	font-size:24px;
	color:#686868;
	padding-left:15px;
	border:1px solid #bfbfbf;
	box-sizing:border-box;
}
.saussure select{
	width:100%;
	height:80px;
	font-size:24px;
	box-sizing:border-box;
	color:#686868;
	padding-left:15px;
	border:1px solid #bfbfbf;
	
}
.xing{
	background:url('../images/xing.jpg') no-repeat  center left 5px;
}
.saussure textarea{
	width:100%;
	height:175px;
	padding-left:15px;
	box-sizing:border-box;
	border:1px solid #bfbfbf;
	padding-top:15px;
	color:#686868;font-size:24px;
	
	margin-top:15px;
}
.saussure button{
	width:100%;
	height:80px;
	font-size:24px;
	color:#686868;
	padding-left:15px;
	border:1px solid #bfbfbf;
	box-sizing:border-box;
	background:#fff;
	margin-top:15px;
}