@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}
.kongs,
.kongs:hover{
	padding: 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
	border: none !important;
}

/**/

header {
	width: 100%;
}

.header {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	display: block;
	height: 80px;
}

.header .logo img {
	display: block;
	height: 100%;
}

.header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .nav p a {
	display: block;
	color: #4a4a4a;
	line-height: 80px;
	padding: 0 20px;
	font-size: 15px;
}
.header .nav p:hover a,
.header .nav p.lan a,
.header .nav p.hover a{
	color: #fa2e2b;
}
.header .nav p.lan a{
	font-weight: bold;
	margin-left: 20px;
}
.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner-t-w {
	width: 100%;
	background-color: #efefef;
	padding: 20px 0px;
	margin-bottom: 50px;
}

.banner-t {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.banner-t p.t1 {
	justify-content: flex-start;
	display: flex;
	color: #4d4d4d;
	font-size: 15px;
	margin-right: 10px;
	line-height: 30px;
}

.banner-t p.t1 a,
.banner-t p.t1 span {
	display: block;
	color: #4d4d4d;
	font-size: 15px;
	margin: 0px 6px;
	line-height: 30px;
}

.banner-t p.t1.two {
	display: none;
}

.banner-t p.t2 {
	width: 240px;
	display: block;
	position: relative;
	border: 1px solid #006eb8;
}

.banner-t p.t2 input {
	display: block;
	height: 30px;
	width: 100%;
	border: none;
	padding: 0px 10px;
}

.banner-t p.t2 button {
	width: 30px;
	height: 30px;
	border: none;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.tit-line {
	position: relative;
	color: #545252;
	font-size: 24px;
	padding-left: 30px;
	line-height: 30px;
}

.tit-line span {
	font-size: 15px;
	margin-left: 10px;
}

.tit-line:before {
	content: "";
	display: block;
	margin: auto;
	height: 30px;
	width: 5px;
	background-color: #ff333e;
	transform: rotate(-15deg);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.index-main01 {
	width: 1200px;
	height: 780px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
}

.index-main01 .list {
	width: 580px;
	height: 100%;
	padding: 25px;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}

.index-main01 .list .pic {
	width: 100%;
}

.index-main01 .list .pic img {
	display: block;
	margin: auto;
}

.index-main01 .list .pic p {
	font-size: 20px;
	font-weight: bold;
	margin-top: 75px;
	position: absolute;
	bottom: 0;
}

.index-main01 .bx-pager {
	display: none;
}
.index-main01 .list .pic .slide{
	height: 600px;
}

.index-main01 .list-t {
	width: 580px;
	background-color: white;
	box-shadow: 0px 0px 6px #ccc;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.index-main01 .list-t img {
	display: block;
	width: 100%;
}

.index-main01 .tit-line {
	position: absolute;
	top: 25px;
	left: 25px;
}

.index-main02 {
	width: 100%;
	margin: 65px auto 0;
	position: relative;
}

.index-main02 img {
	display: block;
	width: 100%;
}

.index-main02 .text {
	width: 1200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.index-main02 .text .con {
	width: 400px;
	margin: 55px 0 35px;
	font-size: 15px;
	line-height: 1.6;
	color: #6f6d6d;
}

.index-main02 .text .more a {
	display: block;
	width: 110px;
	color: #FFFFFF;
	background-color: #494949;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.index-main02 .text .more a:hover {
	background-color: #ff333e;
}

.index-main03 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index-main03 .list {
	width: 33%;
	position: relative;
}

.index-main03 .list img.big {
	display: block;
	width: 100%;
}

.index-main03 .list .text {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}

.index-main03 .list .text img.icon {
	display: block;
	height: 65px;
	margin: 0 auto 15px;
}

footer {
	width: 100%;
	background-color: #494949;
	padding: 60px 0 20px;
}

.footer {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer .message .tit {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.footer .message .list {
	width: 400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.footer .message .list input {
	width: 49%;
	background-color: #808080;
	border: none;
	border-radius: 3px;
	padding: 0 6px;
	height: 45px;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.footer .message .list textarea {
	width: 100%;
	background-color: #808080;
	border: none;
	border-radius: 3px;
	padding: 6px;
	height: 65px;
	color: #FFFFFF;
}

.footer .message .list button {
	width: 120px;
	border: none;
	background-color: #c9121c;
	color: #FFFFFF;
	height: 45px;
	border-radius: 3px;
	margin-top: 10px;
}

.footer .message .list input::placeholder,
.footer .message .list textarea::placeholder {
	color: #FFFFFF;
}

.footer .list-t p.t1 {
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}

.footer .list-t p.t2 a {
	display: block;
	color: #FFFFFF;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
}

.footer .list-q {
	width: 140px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.footer .list-q img {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.footer-copy {
	width: 100%;
	margin-top: 50px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}


/**/

.banner-n {
	width: 100%;
	position: relative;
}

.banner-n img {
	display: block;
	width: 100%;
}

.banner-n .text {
	width: 1200px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 48px;
	letter-spacing: 3px;
}

.index-title {
	text-align: center;
	margin: 50px auto 0px;
}

.index-title p.t1 {
	color: #2b2a2a;
	font-weight: bold;
	font-size: 28px;
}

.index-title p.t2 {
	color: #8b8989;
	font-size: 15px;
	margin: 10px 0px;
}

.index-title p.t3 {
	display: block;
	width: 120px;
	height: 2px;
	background-color: #ec2d2c;
	margin: auto;
}

.pro-main {
	width: 1200px;
	margin: 50px auto 50px;
	display: flex;
	justify-content: space-between;
}

.pro-main .left {
	width: 300px;
}

.pro-main .left .list {
	width: 100%;
	margin-bottom: 15px;
	line-height: 60px;
	height: 60px;
	/*background-color: #dad6d6;*/
	background: linear-gradient(135deg, #dad6d6 210px, transparent 0) top left;
	color: #2f2f2f;
}

.pro-main .left .list img {
	display: block;
	height: 100%;
	margin-right: 15px;
}

.pro-main .left .list a {
	display: flex;
	height: 100%;
	justify-content: flex-start;
	font-size: 18px;
	font-weight: bold;
}

.pro-main .left .list:hover {
	color: #FFFFFF;
	background: linear-gradient(135deg, #ec2d2c 210px, transparent 0) top left;
}

.pro-list {
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro-list .list {
	width: 49%;
	margin-bottom: 15px;
}

.pro-list .list p.t1 {
	display: block;
	overflow: hidden;
}

.pro-list .list p.t1 img {
	display: block;
	width: 100%;
}

.pro-list .list p.t2 {
	display: block;
	color: #444444;
	font-weight: bold;
	position: relative;
	line-height: 40px;
	padding-left: 40px;
}

.pro-list .list p.t2:before {
	content: "";
	display: block;
	width: 2px;
	height: 40px;
	background-color: #ec2d2c;
	transform: rotate(25deg);
	position: absolute;
	left: 20px;
	top: -10px;
}

.pro-list .list:hover p.t2 {
	background-color: #ec2d2c;
	color: white;
}

.pro-list .list:hover p.t2:before {
	display: none;
}


/**/

.pro-showmain {
	width: 880px;
}

.pro-showmain .toppic {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.pro-showmain .toppic .pic {
	width: 400px;
}

.pro-showmain .toppic .pic img {
	display: block;
	width: 100%;
}

.pro-showmain .toppic .text {
	width: 450px;
}

.pro-showmain .toppic .text h1.tit {
	position: relative;
	color: #545252;
	font-size: 26px;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 20px;
	line-height: 45px;
	border-bottom: 2px solid #e9e6e6;
}

.pro-showmain .toppic .text h1.tit:before {
	content: "";
	display: block;
	margin: auto;
	height: 45px;
	width: 5px;
	background-color: #ff333e;
	transform: rotate(-15deg);
	position: absolute;
	left: 0;
	bottom: 20px;
}
.pro-showmain .toppic .text .desc{
	color: #636161;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 15px;
}
.pro-showmain .content{
	width: 100%;
	margin-top: 30px;
}
.pro-showmain .content ul.type{
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	background-color: #e9e6e6;
}
.pro-showmain .content ul.type li{
	line-height: 60px;
	padding: 0 40px;
	border-top: 3px solid #e9e6e6;
	color: #444444;
	cursor: pointer;
	transition: 0.3s all;
}
.pro-showmain .content ul.type li:hover,
.pro-showmain .content ul.type li.hover{
	border-top: 3px solid #df2b14;
	color: #df2b14;
	font-weight: bold;
	transition: 0.3s all;
}
.pro-showmain .content .conlist{
	width: 100%;
}
.pro-showmain .content .conlist .con{
	display: none;
	color: #636161;
	line-height: 1.7;
	transition: 0.3s all;
}
.pro-showmain .content .conlist .con img{
	display: block;
	max-width: 100%;
}
.pro-showmain .content .conlist .con h3{
	color: #df2b14;
	font-size: 18px;
	font-weight: bold;
}
.pro-showmain .content .conlist .con.hover{
	display: block;
	transition: 0.3s all;
}

.about-type{
	width: 1200px;
	margin: 50px auto 60px;
	display: flex;
	justify-content: flex-start;
	border-top: 3px solid #e9e6e6;
}
.about-type p a{
	display: block;
	line-height: 50px;
	padding: 0 30px;
	color: #444444;
	font-weight: bold;
}
.about-type p a:hover,
.about-type p a.hover{
	border-top: 3px solid #df2b14;
	margin-top: -3px;
}
.about-main{
	width: 1200px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-main .text{
	width: 580px;
}
.about-main .text .con{
	font-size: 15px;
	color: #807f7f;
	line-height: 1.8;
	margin-top: 50px;
}
.about-main .text .con01{
	margin-top: 50px;
}
.about-main .text .con01 p.t1{
	color: #807f7f;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.about-main .text .con01 p.t2{
	line-height: 2;
	color: #666;
}
.about-main .pic{
	width: 580px;
}
.about-main .pic img{
	display: block;
	width: 100%;
}
.about-main .pic01{
	width: 100%;
	margin-top: 35px;
}

.zhuanli-main{
	width: 1200px;
	margin: 0 auto 55px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zhuanli-main .list{
	width: 24%;
	margin-bottom: 15px;
}
.zhuanli-main .list img{
	display: block;
	width: 100%;
}
.container{
	height: 400px;
	width: 100%;
}

.container .title {
	font-size: 14px;
	font-weight: bold;
	color: #cc5522;
}

.container .content {
	font-size: 13px;
	color: #333;
	margin-top: 6px;
}

.news-list{
	width: 880px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list .list{
	width: 32%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #444444;
}
.news-list .list p.t1{
	width: 100%;
	margin-bottom: 15px;
}
.news-list .list p.t1 img{
	display: block;
	width: 100%;
}
.news-list .list p.t2{
	color: #444444;
	font-size: 15px;
	position: relative;
	line-height: 30px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.news-list .list p.t2:before{
	    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background-color: #ec2d2c;
    transform: rotate(-15deg);
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
}
.news-list .list p.t3{
	color: #444444;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.news-list .list p.t4{
	color: #444444;
	font-size: 14px;
	line-height: 1.6;
}
.news-list .list:hover{
	border-bottom: 1px solid #ec2d2c;
}

.news-showmain{
	width: 880px;
}

.news-showmain .news-tit {
    width: 100%;
    background-color: #ec2d2c;
    padding: 20px;
    margin-bottom: 25px;
}
.news-showmain .news-tit h1 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: white;
}

.news-showmain .news-tit .times {
	font-size: 14px;
	color: white;
}

article.con {
	display: block;
	width: 100%;
	line-height: 1.6;
	font-size: 15px;
	color: #666;
}

article.con p {
	font-size: 15px;
	color: #666;
	margin-bottom: 6px;
}

article.con img {
	max-width: 100%;
}

.down-showmain{
	width: 880px;
}
.down-showmain .list{
	display: block;
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #444;
	position: relative;
	padding-left: 25px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.down-showmain .list:before{
	content: "";
    display: block;
    margin: auto;
    height: 35px;
    width: 3px;
    background-color: #ff333e;
    transform: rotate(-15deg);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.down-showmain .list a{
	display: block;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	width: 100%;
	font-weight: bold;
	color: #444444;
	font-size: 18px;
}
