﻿/*!
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.3.0
	Stable tag: 2.3.0
	Requires at least: 4.7
	Tested up to: 5.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
@font-face{
    font-family:msyh;
    url(../CSS/2233.ttf);
	
}
@font-face{
    font-family:msyh1;
    url(../CSS/3344.ttc);
	
}
@font-face{
    font-family:mysh2;
    url(../CSS/PingFang.ttf);
	
}
@font-face{
    font-family:myshs;
    url(../CSS/pingfangRegular.otf),
	url(../CSS/pingfangRegular.svg),
	url(../CSS/pingfangRegular.eot),
	url(../CSS/pingfangRegular.ttf),
	url(../CSS/pingfangRegular.woff),
	url(../CSS/pingfangRegular.woff2);
}
@font-face{
    font-family:myshm;
    url(../CSS/pingfangMedium.otf);
	
}
@font-face{
    font-family:myshl;
    url(../CSS/pingfangSemibold.otf),
	url(../CSS/pingfangSemibold.svg),
	url(../CSS/pingfangSemibold.eot),
	url(../CSS/pingfangSemibold.ttf),
url(../CSS/pingfangSemibold.woff),
url(../CSS/pingfangSemibold.woff2);

}



body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	background-color: #fff
}
h1, h2, h3, h4, h5, h6 {
margin-top:.5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit
}
h1 {
	font-size: 2.5rem
}
h2 {
	font-size: 2rem
}
h3 {
	font-size: 1.75rem
}
h4 {
	font-size: 1.5rem
}
h5 {
	font-size: 1.25rem
}
h6 {
	font-size: 1rem
}
p {
	margin-top: 0;
margin-bottom:.9rem
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	white-space: pre-wrap
}
a {
	background-color: transparent;
	text-decoration: none;
	color: #c36
}
a:active, a:hover {
	color: #336
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}
a:not([href]):not([tabindex]):focus {
	outline: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none;
	height: auto;
	max-width: 100%
}
details {
	display: block
}
summary {
	display: list-item
}
figcaption {
	font-size: 16px;
	color: #333;
	line-height: 1.4;
	font-style: italic;
	font-weight: 400
}
[hidden], template {
display:none
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0
}
@media print {
*, :after, :before {
	background: transparent!important;
	color: #000!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
pre {
	white-space: pre-wrap!important
}
blockquote, pre {
	page-break-inside: avoid;
	border: 1px solid #ccc
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
label {
	display: inline-block;
	line-height: 1;
	vertical-align: middle
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	width: 100%;
	border: 1px solid #666;
	border-radius: 3px;
padding:.5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
	border-color: #333;
	outline: 0 none
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
width:auto;
-webkit-appearance:button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style:none;
padding:0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
outline:1px dotted ButtonText
}
[type=button], [type=submit], button {
display:inline-block;
font-weight:400;
color:#e90000;
text-align:center;
white-space:nowrap;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-color:transparent;
border:1px solid #e90000;
padding:.5rem 1rem;
font-size:1rem;
border-radius:3px;
-webkit-transition:all .3s;
-o-transition:all .3s;
transition:all .3s
}
[type=button]:focus, [type=submit]:focus, button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #fff;
	background-color: #e90000;
	text-decoration: none
}
[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto;
	resize: vertical
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance:none
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit
}
select {
	display: block
}
table {
	background-color: transparent;
	width: 100%;
	margin-bottom: 15px;
	font-size: .9em;
	border-spacing: 0;
	border-collapse: collapse
}
table td, table th {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid #ccc
}
table th {
	font-weight: 700
}
table tfoot th, table thead th {
	font-size: 1em
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
	border-top: 1px solid #ccc
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background-color: #eee
}
table tbody tr:hover>td, table tbody tr:hover>th {
	background-color: #e9e9e9
}
table tbody+tbody {
	border-top: 2px solid #ccc
}
@media (max-width:767px) {
table table {
	font-size: .8em
}
table table td, table table th {
	padding: 7px;
	line-height: 1.3
}
table table th {
	font-weight: 400
}
}
dd, dl, dt, li, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}



.clear{ margin:0; padding:0; font-size:0; clear:both; }
ul{ list-style: none; margin-block-start: 0em; margin-block-end: 0em; padding-inline-start: 0px;}
p {
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.tit1{ text-align:center;}
.tit1 h2{ font-weight:normal; font-size:40px; line-height:1.5em; margin:0;}
.tit1 h3{ font-weight:normal; font-size:20px; line-height:1.5em; color:#999; margin:0;}

.con01bg{ background:#f4f4f4; padding:170px 0 50px 0; margin-top:-119px;}
.con01{ width:1200px; margin:0 auto;}
.con01 .list{ overflow:hidden; margin-top:19px;}
.con01 .list ul{ width:1250px;}
.con01 .list ul li{ float:left; width:162px; margin:11px 11px 0 0;}
.con01 .list ul li .img{ padding-bottom:70%; position:relative;}
.con01 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:768px){
.tit1 h2{ font-size:34px; line-height:1.5em;}
.tit1 h3{ font-size:18px; line-height:1.5em;}
.con01bg{ padding:150px 15px 50px 15px; margin-top:-100px;}
.con01{ width:100%; margin:0 auto;}
.con01 .list ul{ width:100%;}
.con01 .list ul li{ float:left; width:48%; margin:1% 1%;}
}

.tit2{ text-align:center;}
.tit2 h2{ font-weight:normal; font-size:20px; line-height:1.5em; margin:0; color:#76757a;}
.tit2 h3{ font-weight:normal; font-size:40px; line-height:1.5em; margin:0; position:relative;}
.tit2 h3 span{ padding:0 20px; background:#242328; position:relative; z-index:2;}
.tit2 h3:before{ content:""; width:100%; height:1px; margin-top:-0.5px; position:absolute; left:0; top:50%; z-index:1; background:#76757a;}
.tit2 h4{ font-weight:normal; font-size:20px; line-height:1.5em; margin:0; color:#76757a;}

.con02bg{ background:#242328; padding:50px 0 50px 0; color:#fff;}
.con02{ width:1200px; margin:0 auto;}
.con02 .list{ margin-top:30px;}
.con02 .list ul li{ float:left; width:300px; padding:0 25px; position:relative; height:140px;}
.con02 .list ul li:before{ content:""; width:1px; height:100%; position:absolute; top:0; left:0; background:#76757a;}
.con02 .list ul li:nth-child(1):before{ display:none;}
.con02 .list ul li table,.con02 .list ul li table tr,.con02 .list ul li table td{ border:none; background:none; padding:0; margin:0;}
.con02 .list ul li .txt1{ width:60px; font-weight:bold; font-size:50px; line-height:60px;}
.con02 .list ul li .txt2{ width:190px;}
.con02 .list ul li .txt2 p{ font-size:14px; line-height:1.5em; color:#76757a;}
.con02 .list ul li .txt2 p b{ font-weight:normal; font-size:24px; line-height:1.5em; color:#fff;}
@media(max-width:768px){
.tit2 h2{ font-size:18px; line-height:1.5em;}
.tit2 h3{ font-size:34px; line-height:1.5em;}
.tit2 h4{ font-size:18px; line-height:1.5em;}
.con02bg{ padding:50px 15px 50px 15px; }
.con02{ width:100%; }
.con02 .list{ margin-top:0;}
.con02 .list ul li{ float:none; width:100%; padding:30px 25px; height:auto; border-top:1px solid #76757a;}
.con02 .list ul li:nth-child(1){ border-top:none;}
.con02 .list ul li:before{ display:none;}
}


.con03bg{ padding:50px 0 0 0;}
.con03{ width:1200px; margin:0 auto;}
.con03 img{ display:block; width:100%;}
@media(max-width:768px){
.con03bg{ padding:50px 15px 0 15px;}
.con03{ width:100%; }
}


.tit3{ text-align:center; color:#fff;}
.tit3 h2{ font-weight:normal; font-size:30px; line-height:1.5em; margin:0; position:relative;}
/*.tit3 h2 span{ padding:0 20px; background:#fff; position:relative; z-index:2;}
.tit3 h2:before{ content:""; width:100%; height:1px; margin-top:-0.5px; position:absolute; left:0; top:50%; z-index:1; background:#76757a;}*/
.tit3 h3{ font-weight:normal; font-size:40px; line-height:1.5em; margin:0; }

/*.con04bg{ padding:70px 0 0 0; position:relative;}
.bg4{ width:100%; height:600px; position:absolute; z-index:-1; top:0; left:0;}
.con04{ width:1200px; margin:0 auto;}
.con04 .list{ margin-top:50px;}
.con04 .list ul li{ float:left; width:350px; margin:0 25px 25px 25px; background:#fff; box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);;}
.con04 .list ul li .box{ border-left:4px solid #d3b574; padding:50px 70px;}
.con04 .list ul li h2{ font-weight:bold; font-size:50px; line-height:1.5em; height:1.5em; overflow:hidden; color:#E90000; font-family: "Montserrat", Sans-serif; margin:0;}
.con04 .list ul li h3{ font-weight:normal; font-size:25px; line-height:1.5em; height:1.5em; overflow:hidden; margin:0;}
.con04 .list ul li h4{ font-weight:normal; font-size:15px; line-height:1.6em; height:6.4em; overflow:hidden; margin:20px 0 0 0; color:#666;}*/
/*.con04 .list ul li .txt1{ background:#bf0010; color:#fff; padding:10px 0;}
.con04 .list ul li .txt1 h2{ font-weight:normal; font-size:30px; line-height:1.5em; margin:0;}
.con04 .list ul li .txt1 h3{ font-size:16px; line-height:1.5em; margin:0;}
.con04 .list ul li .txt2{ font-size:20px; line-height:1.5em; padding:20px 20px;}*/
@media(max-width:768px){
.tit3 h2{ font-size:18px; line-height:1.5em; }
.tit3 h3{ font-size:34px; line-height:1.5em; }
/*.con04bg{ padding:50px 15px 0 15px;}
.con04{ width:100%; }
.con04 .list ul li{ float:none; width:100%; margin:15px 0 0 0; min-height:1px;}*/
}


.wapper1{ width:1200px; margin:0 auto;}
.tit4{ text-align:center;}
.tit4 h2{ font-weight:bold; font-size:40px; line-height:1.5em; margin:0; position:relative;}
.tit4 h2 span{ padding:0 20px; background:#fff; position:relative; z-index:2;    font-weight: 400;}
.tit4 h2 b{ font-weight:normal; color:#bf0010; margin-left:10px;}
.tit4 h2:before{ content:""; width:100%; height:1px; margin-top:-0.5px; position:absolute; left:0; top:50%; z-index:1; background:#76757a;}
.tit4 h3{ font-weight:normal; font-size:20px; line-height:1.5em; margin:0;  color:#999;}

.con05bg{ padding:50px 0 50px 0;}
.con05{}
.con05 .list1{ margin-top:30px;}
.con05 .list1 img{ display:block; width:100%;}
.con05 .list2{ margin-top:50px; text-align:center;}
.con05 .list2 img{ max-width:100%; display:block; margin:0 auto;}
.con05 .list2 p{ padding:0; margin:10px 0; font-size:18px; line-height:2em; color:#999;}
.con05 .list3{ margin-top:30px;}
.con05 .list3 ul li{ float:left; width:380px; margin:10px 10px;}
.con05 .list3 ul li .img{ padding-bottom:60%;}
.con05 .more1{ margin-top:30px; text-align:center;}
.con05 .more1 a{ display:inline-block; padding:0 50px; background:#d4000f; color:#fff; border-radius:50px; font-size:24px; height:50px; line-height:50px; text-align:center;}
.con05 .more1 a:hover{ opacity:.8;}
@media(max-width:768px){
.wapper1{ width:100%;}
.tit4 h2{ font-size:34px; line-height:1.5em; }
.tit4 h3{ font-size:18px; line-height:1.5em; }
.con05 .list2{ padding:0 15px;}
.con05 .list3{ padding:0 15px;}
.con05 .list3 ul li{ float:none; width:100%; margin:10px 0;}
.con05 .more1 a{ font-size:16px;}
}



.con06bg{ padding:50px 0 50px 0;}
@media(max-width:768px){
	.con06bg{ padding:0px 0 0px 0;}
	
}


.con06{}
.con06 .list1{ margin-top:30px;}
.con06 .list1 img{ display:block; width:100%;}
.con06 .list2{ margin-top:30px;}
.con06 .list2 ul li{ float:left; width:558px; margin:10px 10px; position:relative; cursor:pointer;}
.con06 .list2 ul li .img{ padding-bottom:60%;}
.con06 .list2 ul li .txtbg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; display:none;}
.con06 .list2 ul li:hover .txtbg{ display:block; transition:all .3s ease;}
.con06 .list2 ul li .txt{ width:100%; padding:10px 4% 30px 4%; position:absolute; bottom:0; left:0; color:#fff; transition:all .3s ease;
-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.con06 .list2 ul li:hover .txt{ transition:all .3s ease;
	-khtml-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);filter:"alpha(opacity=100)";opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.con06 .list2 ul li .txt h2{  font-size:22px; line-height:1.5em; height:1.5em; overflow:hidden; position:relative; padding-right:50px; margin:0;}
.con06 .list2 ul li .txt h2 span{ position:absolute; right:0; top:0; font-size:30px; display:none;}
.con06 .list2 ul li .txt h3{ font-weight:normal; font-size:18px; line-height:1.5em; display:none; margin:10px 0 0 0;}
/*.con06 .list2 ul li:hover .txt h2 { color:#c5181a}*/
.con06 .list2 ul li:hover .txt h2 span{ display:block; transition:all .3s ease; }
.con06 .list2 ul li:hover .txt h3{ display:block; transition:all .3s ease;}
.con06 .list3{ margin-top:30px;}
.con06 .list3 ul li{ float:left; width:380px; margin:10px 10px;}
.con06 .list3 ul li .img{ padding-bottom:100%;}

.con06 .list4{}
.con06 .list4 ul li{ float:left; width:365px; margin:10px 10px; position:relative; cursor:pointer;}
.con06 .list4 ul li .img{ padding-bottom:100%;}
.con06 .list4 ul li:nth-child(2){ width:750px; }
.con06 .list4 ul li:nth-child(2) .img{ padding-bottom:48.67%; }
.con06 .list4 ul li:nth-child(6){ width:750px; }
.con06 .list4 ul li:nth-child(6) .img{ padding-bottom:48.66%; }
.con06 .list4 ul li .txtbg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; display:none;}
.con06 .list4 ul li:hover .txtbg{ display:block; transition:all .3s ease;}
.con06 .list4 ul li .txt{ width:100%; padding:10px 4% 30px 4%; position:absolute; bottom:0; left:0; color:#fff; transition:all .3s ease;
-khtml-opacity:0;-moz-opacity:0;filter:alpha(opacity=0);filter:"alpha(opacity=0)";opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
.con06 .list4 ul li:hover .txt{ transition:all .3s ease;
	-khtml-opacity:1;-moz-opacity:1;filter:alpha(opacity=100);filter:"alpha(opacity=100)";opacity:1; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.con06 .list4 ul li .txt h2{ font-weight:400; font-size:22px; line-height:1.5em; height:1.5em; overflow:hidden; position:relative; padding-right:50px; margin:0;}
.con06 .list4 ul li .txt h2 span{ position:absolute; right:0; top:0; font-size:30px; display:none;}
.con06 .list4 ul li .txt h3{ font-weight:normal; font-size:18px; line-height:1.5em; display:none; margin:10px 0 0 0;}
.con06 .list4 ul li:hover .txt h2 span{ display:block; transition:all .3s ease;}
.con06 .list4 ul li:hover .txt h3{ display:block; transition:all .3s ease;}

.con06 .more1{ margin-top:30px; text-align:center;}
.con06 .more1 a{ display:inline-block; padding:0 50px; background:#d4000f; color:#fff; border-radius:50px; font-size:24px; height:50px; line-height:50px; text-align:center;}
.con06 .more1 a:hover{ opacity:.8;}
@media(max-width:768px){
.con06 .list1{ display:none;}
.con06 .list2{ padding:0 15px;}
.con06 .list2 ul li{ float:none; width:100%; margin:10px 0;}
.con06 .list3{ padding:0 15px;}
.con06 .list3 ul li{ float:none; width:100%; margin:10px 0;}
.con06 .more1 a{ font-size:16px;}
.con06 .list4{ padding:0 15px;}
.con06 .list4 ul li{ float:none; width:100%; margin:10px 0; position:relative;}
.con06 .list4 ul li:nth-child(2){ width:100%; }
.con06 .list4 ul li:nth-child(6){ width:100%; }
}


.con07bg{ padding:50px 0 50px 0;}
.con07{}
.con07 .list1{ margin-top:30px;}
.con07 .list1 img{ display:block; width:100%;}
.con07 .list2{ margin-top:30px;}
.con07 .list2 ul li{ float:left; width:380px; margin:10px 10px;}
.con07 .list2 ul li .img{ padding-bottom:60%;}
.con07 .more1{ margin-top:30px; text-align:center;}
.con07 .more1 a{ display:inline-block; padding:0 50px; background:#d4000f; color:#fff; border-radius:50px; font-size:24px; height:50px; line-height:50px; text-align:center;}
.con07 .more1 a:hover{ opacity:.8;}
@media(max-width:768px){
.con07 .list2{ padding:0 15px;}
.con07 .list2 ul li{ float:none; width:100%; margin:10px 0;}
.con07 .more1 a{ font-size:16px;}
}


.con08bg{ }
.con08{}
.con08 img{ display:block; width:100%;}




.foot{ background:#232830; color:#fff;}
.foot1bg{ border-bottom:1px solid #363b44; padding:10px 0;}
.foot1{ width:1200px; margin:0 auto;}
.foot1 .lt{ float:left; color:#363b44; font-size:14px; line-height:2em;}
.foot1 .lt a{ color:#fff; display:inline-block; }
.foot1 .lt a:hover{ text-decoration:underline;}
.foot1 .rt{ float:right; color:#ff6900; font-size:14px; line-height:2em;}

.foot2bg{ padding:30px 0;}
.foot2{ width:1200px; margin:0 auto;}
.foot2 .lt{ float:left; width:900px;}
.foot2 .lt1{}
.foot2 .lt1 h2{ font-weight:normal; font-size:14px; line-height:2em; margin:0;}
.foot2 .lt1 h2 span{ display:inline-block; background:#40506a; color:#fff; padding:0 5px;}
.foot2 .lt1 h3{ font-weight:normal; font-size:12px; line-height:2em; margin:10px 0 0 0;}
.foot2 .lt1 h3 a{ color:#78808d; margin-right:10px;}
.foot2 .lt1 h3 a:hover{ text-decoration:underline;}
.foot2 .lt2{ margin-top:10px;}
.foot2 .lt2 ul li{ color:#78808d; font-size:12px; line-height:2em;}
.foot2 .lt2 ul li a{ color:#78808d;}
.foot2 .lt2 ul li a:hover{ text-decoration:underline;}
.foot2 .rt{ float:right; width:260px;}
.foot2 .rt ul li{ float:left; width:120px; text-align:center; background:#2d343f; margin-left:10px; padding:10px 10px 5px 10px;}
.foot2 .rt ul li .img{}
.foot2 .rt ul li .img img{ display:block; width:120px;}
.foot2 .rt ul li h2{ font-weight:normal; font-size:12px; line-height:2em; margin:0;}
@media(max-width:768px){
.foot1bg{ padding:10px 15px;}
.foot1{ width:100%; }
.foot1 .lt{ float:none; }
.foot1 .rt{ float:none; }
.foot2bg{ padding:30px 15px;}
.foot2{ width:100%; }
.foot2 .lt{ float:none; width:100%;}
.foot2 .rt{ float:none; width:100%; margin-top:10px;}
.foot2 .rt ul li{ margin:0 10px 0 0; }
}



.index_add1bg{ padding:50px 0;}
.index_add1{ width:1200px; margin:0 auto;}
.index_add1 .lt{ float:left; margin-left:50px; width:450px;}
.index_add1 .lt h2{ font-weight:400; font-size:30px; line-height:1.5em; margin:0; font-family: myshl;}
.index_add1 .lt h3{ font-weight:normal; font-size:14px; color:#999; margin:20px 0 0 0;}
.index_add1 .lt h4{ font-weight:normal; font-size:20px; margin:25px 0 0 0;}
.index_add1 .lt h4 a{ display:inline-block; background:#e73124; color:#fff; padding:0 20px; border-radius:10px; height:60px; line-height:60px;font-family: myshm; }
.index_add1 .rt{ float:right; margin-right:15px; width:537px; font-size:16px; line-height:1.5em; color:#999;}
@media(max-width:768px){
.index_add1bg{ padding:50px 4%;}
.index_add1{ width:100%; }
.index_add1 .lt{ float:none; margin-left:0; width:100%; }
.index_add1 .rt{ float:none; margin-right:0; width:100%; margin-top:30px;}
}


.c4_bt{ background:#1b1e25; padding:100px 0; color:#fff; text-align:center;}
.c4_bt h2{ font-weight:normal; font-size:46px; line-height:1.5em; margin:0;font-family: myshl;}
.c4_bt h3{ font-weight:normal; font-size:26px; line-height:1.5em; margin:10px 0 0 0;font-family: myshm;}
.con04bg{ position:relative;}
.con04{ width:1200px; margin:0 auto;}
.con04 .list{ margin-top:50px;}
.con04 .list ul li{ float:left; width:385px; background:#fff; position:relative;}
.con04 .list ul li:before{ content:""; width:100%; height:1px; background:#ccc; position:absolute; top:0; left:0;}
.con04 .list ul .li1:before,.con04 .list ul .li2:before,.con04 .list ul .li3:before{ display:none;}
.con04 .list ul li:after{ content:""; width:1px; height:100px; background:#ccc; position:absolute; bottom:0; right:0;}
.con04 .list ul .li4:after,.con04 .list ul .li5:after,.con04 .list ul .li6:after{ bottom:auto; top:0; }
.con04 .list ul .li3:after,.con04 .list ul .li6:after{ display:none;}
.con04 .list ul li .box{ padding:50px 90px 50px 140px; }




.con04 .list ul li h2{ font-weight:bold; font-size:52px; line-height:1.5em; height:1.5em; overflow:hidden; color:#E90000; font-family:msyh; margin:0;}
.con04 .list ul li h3{ font-weight:normal; font-size:25px; line-height:1.5em; height:1.5em; overflow:hidden; margin:0;font-family:MicrosoftYaHei;}
.con04 .list ul li h3 hover{ color:#F50004;}
.con04 .list ul li h3 a{ color:#000000;}
.con04 .list ul li h3 a:hover{ color:#F50004;}
.con04 .list ul li h4{ font-weight:normal; font-size:17px; line-height:1.6em; height:6.4em; overflow:hidden; margin:20px 0 0 0; color:#666;font-family: MicrosoftYaHei;}
.con04 .list ul li h4 hover{color:#F50004;} 
.con04 .list ul li h4 a{color:#777A86;}
.con04 .list ul li h4 a:hover{color:#F50004;} 
@media(max-width:768px){
.tit3 h2{ font-size:18px; line-height:1.5em; }
.tit3 h3{ font-size:34px; line-height:1.5em; }
.con04bg{ }
.c4_bt{ padding:50px 4%;}
.con04{ width:100%; }
.con04 .list{ margin-top:0;}
.con04 .list ul li{ float:none; width:100%; padding:0; border-top:1px solid #eee;}
.con04 .list ul li:nth-child(1){ border-top:none;}
.con04 .list ul li:before{ display:none;}
.con04 .list ul li:after{ display:none;}
.con04 .list ul li .box{ padding:30px 100px;}
}





.index_add2bg{ padding-bottom:50px;}
.index_add2{ width:1200px; margin:0 auto;}
.index_add2 .list{ margin-top:20px;}
.index_add2 .list ul li{ float:left; width:560px; margin:20px 40px 0 0 ;}
.index_add2 .list ul li:nth-child(2n){ margin-right:0;}
.index_add2 .list ul li:nth-child(2n-1){ clear:both;}
.index_add2 .list ul li .img{ float:left; width:160px;}
.index_add2 .list ul li .img img{ display:block; max-width:100%;}
.index_add2 .list ul li .txt{ float:right; width:390px;}
.index_add2 .list ul li .txt h2{ font-weight:normal; font-size:14px; line-height:1.5em; height:1.5em; overflow:hidden; margin:0;}
.index_add2 .list ul li .txt h2 a{ float:left; width:60%; color:#666;}
.index_add2 .list ul li .txt h2 span{ float:right;}
.index_add2 .list ul li .txt h3{ font-weight:normal; font-size:12px; line-height:1.5em; max-height:4.5em; overflow:hidden; color:#999; margin:10px 0 0 0;}
.index_add2 .list ul li .txt h4{ font-weight:normal; font-size:14px; line-height:1.5em; height:1.5em; overflow:hidden; margin:10px 0 0 0;}
.index_add2 .list ul li .txt h4 a{ color:#666;}
.index_add2 .list ul li .txt h4 a:hover{ color:#c36;}
@media(max-width:768px){
.index_add2{ width:100%; padding:0 4%;}
.index_add2 .list ul li{ float:none; width:100%; margin:20px 0 0 0 ;}
.index_add2 .list ul li .img{ float:left; width:30%;}
.index_add2 .list ul li .txt{ float:right; width:68%;}
.index_add2 .list ul li .txt h3{ font-size:12px; line-height:1.5em; max-height:1.5em; overflow:hidden;  margin:5px 0 0 0;}
.index_add2 .list ul li .txt h4{ margin:5px 0 0 0;}
}




.about1{}
.about1_1{ font-size:16px; line-height:2em;}

.about1_2{ margin-top:20px;}
.bt1{}
.bt1 h2{ font-weight:bold; font-size:34px; line-height:2em;}
.about1_2 .list{}
.about1_2 .list ul li{ padding:30px 0; box-shadow:0px 0px 10px #eee; margin-top:50px;}
.about1_2 .list ul li .txt1{ border-left:10px solid #E90000; padding-left:20px;}
.about1_2 .list ul li .txt1 h2{ font-weight:normal; font-size:24px; line-height:1.5em; margin:0; padding:0;}
.about1_2 .list ul li .txt2{ padding:0 30px; margin-top:20px;}
.about1_2 .list ul li .txt2 h3{ font-weight:normal; font-size:16px; line-height:2em; margin:0; padding:0;}


.inbanner{}
.inbanner img{ display:block; width:100%;}






.in_navbg{ padding:55px 0 20px 0 ;}
.in_nav{ width:1200px; margin:0 auto; border-bottom:1px solid #eee; height:79px; line-height:79px;}
.in_nav ul li{ float:left; margin-left:50px;width: 157px;text-align: center;}
.in_nav ul li:nth-child(1){ margin-left:0;}
.in_nav ul li a{ display:block; font-size:20px; color:#333; position:relative;}
.in_nav ul li:hover{}
.in_nav ul li:hover a{ font-size:26px; color:#E90000;}
.in_nav ul li:hover a:after{ content:""; width:80%; height:3px; background:#E90000; position:absolute; left:10%; bottom:0;}
.in_nav ul li.active a{ font-size:26px; color:#E90000;}
.in_nav ul li.active a:after{ content:""; width:80%; height:3px; background:#E90000; position:absolute; left:10%; bottom:0;}
@media(max-width:768px){
.in_nav{ width:92%; padding:0 4%; overflow:hidden; overflow-X:scroll; height:49px; line-height:49px;}
.in_nav ul{ width:768px;}
.in_nav ul li{ margin-left:30px;}
.in_nav ul li a{ font-size:16px; }
.in_nav ul li.active a{ font-size:24px;}
}



















