﻿@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#444;outline:0;}
body{font-size:14px;line-height:2;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #444;background:#fff;}
p,a{color:#444;}
a{
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a:hover{text-decoration: none;}


/* loading */
.loading {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 180;
	padding-top: 40%;
	text-align: center;
	background: #f9f9f9;

	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.loading > div {
  width: 40px;
  height: 40px;
  background-color: #da3030;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.loading .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.loading .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* 公共样式 */
.clearfix:after,
.clearfix:before{
	content:" ";
	display:table
}
.clearfix:after{
	clear:both
}



.main img{
	display: block;
	max-width: 100%;
}
.pc .main{
	margin: 0 auto;
	width: 640px;
}





.item{
  padding:0 0 20px 0;
}
.item-title{
  margin-bottom: 20px;
}
.item-main{
  padding: 0 6px;
}


.item table{
  width: 100%;
}
.item td,
.item th{
  padding: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #727171;
  border: 2px solid #e8e6e9;
}
.item th{
  font-size: 22px;
  color:#fff;
  text-align: center;
  background:#fe6307;
  border-color: #fff;
}
.item .td-l{
  padding: 5px;
  color: #fe6307;
  white-space: nowrap;
  text-align: center;
}

.item td span{
  margin-left: 5px;
  font-size: 12px;
}



.item1 .item-main li{
  position: relative;
  margin: 16px 0;
  padding-left: 160px;
  padding-top: 20px;
  height: 138px;
  background: #ebebeb;
}
.item1 .item-main img{
  position: absolute;
  top: 0;
  left: 0;
}
.item1 .item-main h2{
  line-height: 2;
  font-size: 36px;
  font-weight: bold;
  color: #fe6307;
}
.item1 .item-main p{
  line-height: 26px;
  font-size: 22px;
  color: #56483f;
}



.item2{
  text-align: center;
}
.item2 .item-main h2{
  line-height: 2;
  font-size: 32px;
  font-weight: normal;
  color: #fe6307;
}
.item2 .item-main p{
  line-height: 26px;
  font-size: 22px;
  color: #56483f;
}
.item2 .item-main img{
  margin: 30px auto 0;
}





.item4 .item-main h2{
  position: relative;
  margin-bottom: 20px;
  padding-left: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 32px;
  font-weight: normal;
  color: #2e2c2f;
}
.item4 .item-main h2:before{
  position: absolute;
  top: 20px;
  left: 25px;
  content: ' ';
  width: 0;
  height: 0;
  border-width: 10px 14px;
  border-style: solid;
  border-color:transparent transparent transparent #fe6307;
}
.item4 .item-main ul{
  padding-left: 100px;
  height: 360px;
  background: url(../images/p6.png) 10px 10px no-repeat;
}
.item4 .item-main li{
  height: 80px;
  line-height: 70px;
  font-size: 28px;
  color:#7d644b;
}
.item4 .item-main li span{
  margin-left: 5px;
  font-size: 20px;
  color:#656366;
}
.item4 .item-main li.m{
  position: relative;
  height: 110px;
}
.item4 .item-main li.m span{
  position: absolute;
  top: 24px;
  left: 113px;
  width: 400px;
  line-height: 1.6;
}


.item4 .item-main .lc{
  height: 380px;
  background-image: url(../images/p5.png);
}


.item4-2{
  padding-top: 20px;
  border-top: 15px solid #f6f4f7;
}




.item5 .item-main img{
  margin: 45px 0;
}

.item5 .item-main td,
.item6 .item-main td{
  text-align: center;
  background-color: #ebebeb;
  border-color: #fff;
}
.item5 .item-main p{
  padding: 10px 5px;
  line-height: 26px;
  font-size: 20px;
  color:#8d8581;
}



.item7 .item-main p{
  padding: 10px;
  line-height: 24px;
  font-size: 18px;
  color:#666;
}