* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'microsoft yahei';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
	max-width:100%;
}

.head {
    width: 100%;
    height: 82px;
    background-color: #fff;
    position: fixed;
    top: 82px;
    left: 0;
    top: 0;
    z-index: 99;
}

.header {
    width: 1190px;
    height: 82px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 50px;
}

.hr {
    display: flex;
    align-items: center;
}

.nav {
    display: flex;
    align-items: center;
}

.nav li a {
    display: block;
    height: 82px;
    line-height: 82px;
    color: #333;
    font-size: 16px;
    padding: 0 15px;
    border-bottom: 0px solid #e6322e;
}

.nav li a:hover {
    border-bottom: 2px solid #e6322e;
}

.zx {
    margin-left: 20px;
    width: 140px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #e6322e;
    line-height: 40px;
}

.banner {
    width: 1420px !important;
    margin: 0 auto;
    margin-top: 82px !important;
}

.banner img {
    width: 100%;
}

.con1 {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.contitle {
    text-align: center;
    margin-bottom: 30px;
}

.contitle strong {
    display: block;
    color: #000;
    font-size: 30px;
    font-weight: normal;
}

.contitle p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.con1 ul {
    display: flex;
    flex-wrap: wrap;
}

.con1 ul li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all ease .4s;
}

.con1 ul li:nth-child(4n) {
    margin-right: 0;
}

.con1 ul a {
    display: block;
    overflow: hidden;
}

.con1 ul li:hover img {
    transform: scale(1.1);
}

.con1 ul li img {
    width: 100%;
    transition: all ease .4s;
	height:300px;
	object-fit: contain
}

.con1 ul li p {
    font-size: 16px;
    color: #333;
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 18px;
}

.con1 ul li:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.more {
    width: 490px;
    height: 60px;
    display: block;
    line-height: 60px;
    transition: all ease .4s;
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    font-size: 20px;
    text-align: center;
    color: #666;
    margin: 0 auto;
    margin-top: 40px;
}

.more:hover {
    background-color: #e6322e !important;
    border-color: #e6322e;
    color: #fff !important;
}

.con2 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.con2left {
    width: 400px;
    padding: 20px 15px 20px 30px;
    background-color: #f8f8f8;
}

.con2left strong {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}

.con2left p {
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 30px;
    color: #333;
    margin: 25px 0;
}

.con2left a {
    display: block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    color: #fff;
    background-color: #e6322e;
    font-size: 16px;
}

.con2right {
    width: 800px;
}

.con2right img {
    width: 100%;
}

.con3 {
    width: 1420px;
    margin: 0 auto;
    padding: 30px 0;
}

.con3 img {
    width: 100%;
}

.con4 {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}

.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fi {
    width: 48%;
    margin-bottom: 30px;
}

.fi p {
    text-align: left;
    font-size: 16px;
}

.fi p em {
    color: #e6322e;
    font-style: normal;
}

.fi input {
    width: 100%;
    display: block;
    padding-left: 15px;
    height: 60px;
    margin-top: 10px;
    border: none;
    background-color: #eeeeee;
    outline: none;
}

.fi select {
    width: 100%;
    display: block;
    padding-left: 15px;
    height: 60px;
    outline: none;
    margin-top: 10px;
    border: none;
    background-color: #eeeeee;
}

.sub {
    width: 490px;
    height: 60px;
    display: block;
    line-height: 60px;
    transition: all ease .4s;
    padding: 0 20px;
    font-size: 20px;
    text-align: center;
    background-color: #e6322e;
    color: #fff;
    margin: 0 auto;
    margin-top: 40px;
}

.conimg {
    width: 1420px;
    padding: 30px 0;
    margin: 0 auto;
}

.conimg img {
    width: 100%;
}

.con10 {
    width: 1420px;
    margin: 0 auto;
    padding: 30px 0;
}

.con10box {
    padding: 100px 100px;
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.con10left {
    width: 47%;
}

.con10left strong {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    display: block;
}

.con10left p {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}

.con10right {
    width: 50%;
}

.foot {
    width: 100%;
    margin-top: 30px;
    background-color: #f8f8f8;
    padding: 40px 0 20px 0;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer ul li a {
    font-size: 16px;
    color: #333;
    padding: 0 50px;
    border-right: 1px solid #d8d8d8;
}

.footer ul li a:hover {
    color: #e6322e;
}

.opc {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #555;
}

.innerMain {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    margin-top: 82px;
	min-height:700px
}

.innerTit {
    margin-bottom: 30px;
    font-size: 30px;
    color: #333;
}

.ab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ableft {
    width: 48%;
}

.ableft p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.abright {
    width: 48%;
}

.abright img {
    width: 100%;
}

.proclass {
    display: flex;
    align-items: center;
}

.proclass a {
    display: block;
    padding: 12px 21px;
    font-size: 18px;
    color: #666;
    border-radius: 3px;
    margin-right: 15px;
}

.proavt {
    background-color: #fff4f2!important;
    color: #e6322e !important;
}

.proclass a:hover {
    color: #e6322e !important;
    background-color: #fff4f2!important;
}

.conpro ul li:hover p {
    color: #fff !important;
    background-color: #e6322e;
}

.de {
    display: flex;
    justify-content: space-between;
}

.deleft {
    width: 420px;
    border: 1px solid #eeeeee;
}

.deleft img {
    width: 100%;
}

.deright {
    flex: 1;
    padding-left: 40px;
}

.deright strong {
    color: #333;
    font-weight: bold;
    font-size: 30px;
}

.tag {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.tag span {
    display: block;
    background-color: #fff4f2;
    padding: 2px;
    font-size: 12px;
    color: #e6322e;
    margin-right: 10px;
}

.deright a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #e6322e;
    font-size: 15px;
}

.xqCon {
    padding: 50px 30px;
}

.xqCon p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.xqTop {
    background-color: #f5f5f5;
    height: 60px;
}

.xqTop span {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-top: 3px solid #e6322e;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    color: #e6322e;
}

.xq {
    margin-top: 50px;
}

.rela strong {
    display: block;
    margin-bottom: 50px;
    color: #000;
    font-size: 30px;
}

.rela ul li {
    width: calc((100% - 40px) / 3) !important;
}

.rela ul li:nth-child(3n) {
    margin-right: 0;
}

.rela ul li:nth-child(4n) {
    margin-right: mr20px;
}

.rela ul li:hover p {
    color: #fff !important;
    background-color: #e6322e;
}

.add {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
}

.addleft {
    width: 640px;
}

.addright {
    width: 560px;
    padding: 20px;
}

.addright p {
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
}