
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: 0 0;
}
body {
line-height: 1;
margin: 0 auto;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
del {
text-decoration: line-through;
}
a {
text-decoration: none;
color: #333;
}
a:hover {
text-decoration: none;
}
html {
font: 14px Microsoft YaHei;
color: #333;
overflow-x: hidden;
overflow-y: auto;
}
.clearfix:after {
clear: both;
content: "";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
.clearfix {
zoom: 1;
}
.clear {
clear: both;
line-height: 0;
font-size: 0;
overflow: hidden;
}
.w {
width: 1200px;
height: auto;
margin: 0 auto;
}
.fl {
float: left;
}
.fr {
float: right;
}
.content {
width: 100%;
height: auto;
box-sizing: border-box;
min-width: 1200px;
max-width: 1920px;
margin: 0 auto;
}
.content1 {
width: 100%;
height: auto;
box-sizing: border-box;
min-width: 1200px;
background-color: #f6f6f6;
}
.flex {
display: -moz-box;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
display: box;
display: flexbox;
display: flex;
flex-flow:wrap;
justify-content: space-between;
align-items: center;
}
.zhuanti_top_main {
width: 100%;
margin: 0 auto;
z-index: 100;
overflow: visible;
position: fixed;
top: 0;
background: url(../image/zt_btbg.gif) repeat-x left top;
height: 45px;
}
.zhuanti_top {
margin: 0 auto;
width: 980px;
height: 45px;
}
.zhuanti_logo {
height: 45px;
width: 285px;
background: url(../image/zt_logo.gif) no-repeat
left top;
float: left;
}
.zhuanti_logo h1 a {
width: 285px;
height: 45px;
display: block;
text-indent: -9999px;
}
.zhuanti_nav {
width: 660px;
height: 45px;
float: right;
line-height: 45px;
}
.zhuanti_nav a {
padding-left: 6px;
color: #30f;
font-size: 14px;
font-weight: 700;
}
.banner {
width: 100%;
height: auto;
margin-top: 45px;
cursor: pointer;
max-width: 1920px;
margin: 0 auto;
}
.banner > img {
display: block;
}
.input {
border: 1px solid #c4c4c4;
width: 195px;
height: 30px;
color: #000;
padding-left: 10px;
box-sizing: border-box;
}
.copyright {
text-align: center;
line-height: 25px;
font: 14px Microsoft YaHei;
height: auto;
padding-top: 20px;
color: #000;
width: 100%;
background-color: #fff;
margin: 0 auto;
}
.copyright a {
color: #000;
}

.bgRed{
  background-color: #f52b1d;
}
.sec1{
  width: 1200px;
  margin: 50px auto;
  background-color: #fff;
  border-radius: 10px;
}
.titl{
  text-align: center;
}
.titl h3{
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: #ff464f;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.titl h3 span{
  color: #333333;
}
.titlLine{
  width: 400px;
  height: 2px;
  background-color: #e6e6e6;
  position: relative;
  margin: 30px auto;
}
.titlLine::after{
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 5px;
  background-color: #ff464f;
}

.titl p{
  margin-top: 15px;
  color: #666666;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
}
.comBtn{
  display: block;
  width: 480px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #ff464f;
  margin: 20px auto 0;
  border-radius: 40px;
  font-size: 26px;
  color: #fff;
}
.sec1List{
  overflow: hidden;
  margin-top: 30px;
}
.sec2List{
  margin-top: 30px;
}
.sec2List ul li{
  background-color: #f5f5f5;
  width: 387px;
  margin-bottom: 15px;
}
.sec2ListBox{
  text-align: center;
  padding: 0 15px;
}
.sec2ListBox p:nth-child(1){
  font-size: 26px;
  color: #000000;
  padding: 15px 0;
}
.sec2ListBox p:nth-child(2){
  color: #333333;
  font-size: 20px;

}
.sec2ListBox p:nth-child(2) span{
  color: red;
}
.sec2ListBox .sec2ListBoxBtn{
  overflow: hidden;
  width: 100%;
}
.sec2ListBox .sec2ListBoxBtn a{
  display: block;
  font-size: 22px;
  display: block;
  width: 48%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-radius: 40px;
}
.sec2ListBox .sec2ListBoxBtn a:nth-child(1){
  float: left;
  border: 1px solid #3469ff;
  background-color: #3469ff;
  color: #fff;
}
.sec2ListBox .sec2ListBoxBtn a:nth-child(2){
  float: right;
  background-color: #fe4032;
  color: #fff;
  border: 1px solid #fe4032;
}
.sec4{
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0;
  background-color: #fff;
  margin-bottom: 30px;
}
.sec4Box{
  margin-top: 20px;
  box-sizing: border-box;
}
.sec4Box ul li{
  width: 386px;
  height: 240px;
  margin-bottom: 25px;
}
.sec4Box ul li img{
  transition: 0.3s;
}
.footer{
margin-bottom: 100px;
}
.sec3List{
  padding: 0 15px;
  overflow: hidden;
}
.sec3List ul li{
  width: 373px;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
  cursor: pointer;
}
.jiantou{
  margin-top: 30px;
  text-align: center;
}
.sec3Fonts{
  color:#fff;
  text-align: center;
  font-size: 18px;
  margin-top: 120px;
  transition: .3s;
}
.sec3List ul li:nth-child(1){
  background: url('../image/sec1img1.png') no-repeat;
  background-position: center center;
}
.sec3List ul li:nth-child(2){
  background-color: #f29246;
  margin: 0 25px;
}
.sec3List ul li:nth-child(3){
  background: url('../image/sec1img2.png') no-repeat;
  background-position: center center;
}
.sec4List ul li{
  width: 268px;
}
.sec5Box p{
  font-size: 32px;
  color: #fff;
  padding: 20px 0;
  background-color: #fe4032;
  text-align: center;
  margin: 20px 0 0;
}
/*form_box*/
.form_box{width: 100%;background-color: #fff;box-sizing: border-box;padding-top: 20px;padding-bottom: 40px;}
.form_box .h2{margin-bottom: 30px;}
.form_box .form_con{height: 100%;width: 1100px;margin: 0 auto;}
.form_box .con_l{width: 542px;height: 354px;}
.form_box .con_l .tit{height: 60px;font:22px Microsoft Yahei;text-align: center;color: #666666;}
.form_box .con_l .con{height: 360px;background-color: #ececec;padding-left: 146px;padding-top: 20px;box-sizing: border-box;}
.form_box .con_l .con>a{font:18px/54px Microsoft Yahei;color: #6a6a76;}
.form_box .con_l .bot{height: 60px;background-color: #828282;overflow: hidden;}
.form_box .con_l .bot>a{width: 172px;height: 40px;display: block;background-color: #ffffff;border-radius: 40px;margin: 10px auto;text-align: center;
font:18px/40px Microsoft Yahei;}
.form_box .con_r{width: 530px;height: 354px;overflow: hidden;}
.form_box .con_r .tit{height: 60px;font:22px Microsoft Yahei;text-align: center;color: #1E9FFF;}
.form_box h2{font-size: 38px;font-weight: bolder;text-align: center;}
.form_box h2 span{color: #ff2530;}
.form_box .con_r .con{padding-top: 30px;box-sizing: border-box;}
.form_box .con_r .con .form_group{margin: 0 auto;margin-bottom: 30px;text-align: center;}
.form_box .con_r .con .form_group label{width: 122px;display:inline-block;color: #fff;font-size: 18px;}
.form_box .con_r .con .form_group input{width: 450px;height: 60px;display: inline-block;background-color: #f0eeef;border: 0 none;
font-size: 20px;padding-left: 20px;border-radius: 30px;}
.form_box .con_r .bot{height: 60px;overflow: hidden;}
.form_box .con_r .bot .tijiao{width: 450px;display: block;border-radius: 30px;margin: 10px auto;text-align: center;background: linear-gradient(#fe676f,#ffb3b7);color: #fff;border: 0 none;cursor: pointer;font-weight: bolder;line-height: 50px;font-size: 24px;}



.yuyue {
	width: 100%;
	height: 240px;
	background-image: url(../image/yuyue-bg.png);
}

.yuyue-body {
	width: 1200px;
	height: 100px;
	margin: auto;
}

.yuyue-left {
	width: 800px;
	height: 100px;
	float: left;
}

.yuyue-left dt {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.yuyue-left dd {
	font-size: 16px;
	color: #fff;
}

.yuyue-right {
	width: 250px;
	height: 100px;
	float: right;
}

.yuyue-right-1 {
	width: 250px;
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: right;
}

.yuyue-right-2 {
	width: 250px;
	height: auto;
	font-size: 32px;
	margin-top: 10px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.yuyue-right-3 {
	font-size: 16px;
	width: 110px;
	height: 30px;
	line-height: 30px;
	background: #FFFFFF;
	border-radius: 17px;
	text-align: center;
	margin-left: 140px;
	margin-top: 10px;

}

.yuyue-right-3 a {
	color: #e03155;
}
.bg-primary{background-color: #1b1b1b;width: 100%; height: 250px;}

.footer{
  padding-top: 50px;
  width: 1200px;
  color: #fff;
  margin: auto;
  
}
.footer-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-row .fsbot{
  display: flex;
  align-items: center;

}
.footer .flogo{
  width: 40%;
}
.footer .list{
  width: 350px;
  padding-left: 40px;
}
.footer .list li{
  padding-right: 2px;
}
.footer .list li i{margin-right: 5px;}
.footer .social{
 
}
.footer .list ul{
  display: flex;
  flex-wrap: wrap;
}
.footer .social ul{
  display: flex;
}
.footer .social li{
  margin-left: 15px;
  position: relative;
}
.footer .social a{
  width: 50px;
  height: 50px;
  font-size: 22px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .social a:hover,.footer .social li:hover> a{
  background-color: #fbfcfd;
  color: #174799;
}

.footer .social li .layer {
  border-radius: 10px;
  background: #fff;
  width: 145px;
  margin-left: -10px;
  position: absolute;
  z-index: 10;
  left: 50%;
  right: auto;
  bottom: 100%;
  top: auto;
  margin-bottom: 0;
  padding: 0.18rem 0.2rem;
  opacity: 0;
  visibility: hidden;
  transition: All 0.5s ease;
  text-align: center;
}
.footer .social li .layer:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.06rem;
  right: 0.35rem;
  width: 0.2rem;
  height: 0.2rem;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.footer .social li .layer .ewm .name {
  font-size: 12px;
  padding-top: 3px;
  color: #727084;
}
.footer .social li:hover .layer {
  box-shadow: 0rem 0rem .2rem 0rem rgba(0,0,0,0.1);
  margin-bottom: 18px;
  opacity: 1;
  visibility: visible;
}

.footer .info{
  opacity: 0.36;
  line-height: 45px;
  display: flex;
  justify-content: space-between;
  border-top: rgba(255, 255, 255, 0.27) solid .01rem;
  margin-top: 30px;
}
.footer .info a{
  color: #fff;
}
.side {
	position: fixed;
	width: 95px;
	height: auto;
	right: 0;
	top: 350px;
	z-index: 100;
	display: none;
	box-sizing: content-box;
}

.side ul li {
	width: 95px;
	height: 85px;
	float: left;
	position: relative;
	border-bottom: 1px solid #fff;
	box-sizing: content-box;
}

.side ul li .sidebox {
	position: absolute;
	width: 95px;
	height: 85px;
	top: 0;
	right: 0;
	transition: all 0.3s;

	color: #fff;
	font-size: 18px;
	overflow: hidden;
	line-height: 85px;
}

.side ul li .sidebox p{
	position: absolute;
	width: 95px;
	height: 20px;
	line-height: 20px;
	left: 10px;
	bottom: 10px;
}

.side ul li .sidetop {
	width: 95px;
	height: 85px;
	line-height: 66px;
	display: inline-block;
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #df1c4e;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
	width: auto;
	margin: auto;
	width: 55px;
	height: 55px;
	margin-left: 18px;
}
.side-img1{
	width: 95px;
	height: 85px;
}
.side-img1 img{
	width: 95px!important;
	height: 85px!important;
	margin-left: 0px!important;
	margin-top: 0px!important;
}

.side-wz1{
	width: 95px!important;
	height: 35px!important;
	line-height: 35px;
	text-align: center;
	background: #d60f4b;;
}
.side-wz1 a{
	color: #fff;
}












