﻿@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
    cursor:pointer;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    margin:0 auto;
    min-width:1400px;
    background:#f1f1f1;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background:rgba(0,0,0,0.8);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #ed6d00;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #ed6d00;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#2763eb;
}


/* 
    author:PengJin;
    date:2019-11-06;
*/

@font-face {
    font-family: "DIN Medium";
    src: url("img/DIN Medium.woff") format("woff"),
       url("img/DIN Medium.ttf") format("truetype"),
       url("img/DIN Medium.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1400px;}
.wrapper1200{margin:0 auto;width:1200px;}
.wrap-title{margin-bottom:30px;text-align:center;overflow:hidden;}
.wrap-title:before{display:block;margin:0 auto 20px;width:32px;height:3px;content:"";background:#ed6d01;}
.wrap-title h2{height:42px;line-height:42px;font-size:36px;font-weight:normal;color:#000;}
.wrap-title h2 a{color:#000;}
.wrap-title h2 em{color:#ed6d01;font-family:"DIN Medium";}
.wrap-title p{margin-top:8px;font-size:14px;color:#999;font-family:"DIN Medium";}
.wrap-title.white *{color:#fff;}
.left-wrap{float:left;width:900px;overflow:hidden;}
.right-wrap{position:relative;float:right;width:280px;overflow:hidden;}
input::-webkit-input-placeholder{color:#999;}
/*--end public--*/

/*按钮动画*/
.btn-wave{position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-color:#96c13f;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/


/*--top-bar--*/
.top-bar{height:50px;line-height:50px;background:url(img/top_bar.png) repeat-x;}
.top-search{float:right;width:315px;height:50px;background:#3c3c3c;}
.top-search .select{position:relative;float:left;width:116px;height:50px;}
.top-search .select:after{display:block;position:absolute;right:0;top:20px;width:1px;height:12px;content:"";background:#505050;}
.top-search .select span{display:block;font-size:14px;color:#fff;text-indent:25px;cursor:pointer;background:url(img/select.png) no-repeat 90px center;}
.top-search .select span a{color:#fff;}
.top-search .select span:hover{background-color:#2c2c2c;}
.top-search .select ul{display:none;position:absolute;z-index:999;left:0;top:100%;width:100%;background:#2c2c2c;}
.top-search .select li{color:#fff;font-size:14px;color:#fff;text-align:center;cursor:pointer;border-top:#3c3c3c solid 1px;}
.top-search .select li a{color:#fff;}
.top-search .form{position:relative;float:right;width:198px;height:50px;overflow:hidden;}
.top-search .form input{display:block;padding:15px 20px;width:100px;height:20px;line-height:20px;font-size:14px;color:#fff;border:none;background:transparent;}
.top-search .form a.submit{display:block;position:absolute;right:0;top:0;width:50px;height:50px;cursor:pointer;border:none;background:url(img/search.png) no-repeat center;}
.top-search .form a.submit:hover{background-color:#2c2c2c;}
.top-tel{float:right;padding-right:20px;font-size:14px;color:#fff;}
.top-tel em{font-size:14px;color:#ed6d01;font-family:"DIN Medium";}
.top-text{font-size:14px;color:#fff;overflow:hidden;}
/*--end top-bar--*/

/*--header--*/
.header{padding:16px 0;height:78px;background:#fff;}
.header .logo{float:left; overflow:hidden; }
.header .logo img{display:block; height:78px;}
.header .slogan{float:left;padding-left:24px;width:185px;height:78px;overflow:hidden;}
.header .slogan img{display:block;height:78px;}
.header .nav{float:right;height:75px;line-height:75px;}
.header .nav-list li{position:relative;float:left;margin-left:40px;}
.header .nav-list li>a{display:block;font-size:16px;color:#000;}
.header .nav-list li:after{display:block;position:absolute;left:0;bottom:14px;width:100%;height:3px;content:"";background:#ed6d01;transform:scaleX(0);transition:all 0.5s;}
.header .nav-list li.cur:after,.header .nav-list li:hover:after{transform:scaleX(1);}
.header .nav-list li.cur>a,.header .nav-list li:hover>a{color:#ed6d01;}
.dropDown{display:none;position:absolute;z-index:9999;top:100%;left:50%;margin-left:-110px;padding:0 10px;width:198px;border:#f0f0f0 solid 1px;background:#fff;}
.dropDown a{display:block;padding:0 10px;height:57px;line-height:57px;font-size:15px;color:#666;border-bottom:#efefef dashed 1px;background:url(img/dropDown_list.png) no-repeat 96% center;}
.dropDown a:last-child{border-bottom:none;}
.dropDown a:hover{color:#ed6d01;background-image:url(img/dropDown_list_cur.png);}
.dropDown:after{display:block;position:absolute;left:50%;top:-5px;margin-left:-4px;width:8px;height:5px;content:"";background:url(img/dropDown.png) no-repeat;}
@media screen and (max-width: 1440px) {
.header .wrapper,.top-bar .wrapper{width:1200px;}
.header .slogan{display:none;}
}
/*--end header--*/

/*--footer--*/
.footer{height:600px;overflow:hidden;background:url(img/footer_bg.jpg) no-repeat center 0;}
.ft-inner{padding-top:75px;overflow:hidden;}
.ft-info{float:left;width:378px;}
.ft-info .tel{padding-bottom:32px;overflow:hidden;border-bottom:#444 solid 1px;}
.ft-info .tel span{display:block;font-size:14px;color:#fff;}
.ft-info .tel p{font-size:30px;font-family:"DIN Medium";color:#ed6d01;}
.ft-info .address{padding-top:35px;overflow:hidden;}
.ft-info .address span{display:block;height:25px;line-height:25px;font-size:16px;color:#fff;}
.ft-info .address p{margin-top:8px;line-height:27px;font-size:15px;color:#999;overflow:hidden;}
.ft-info .address p a{margin-right:8px;color:#999;}
.ft-info .address p a:hover{color:#ed6d01;}
.ft-menu{float:left;padding-left:105px;width:580px;overflow:hidden;}
.ft-menu dl{float:left;width:145px;}
.ft-menu dt{height:30px;line-height:30px;font-size:18px;}
.ft-menu dt a{color:#fff;}
.ft-menu dt a:hover{font-weight:bold;}
.ft-menu dd{padding-top:28px;overflow:hidden;}
.ft-menu dd a{display:block;height:35px;line-height:35px;font-size:15px;color:#999;}
.ft-menu dd a:hover{text-decoration:underline;}
.ft-QRcode{float:right;width:300px;overflow:hidden;}
.ft-QRcode .item{float:right;margin-left:20px;width:125px;background:#fff;}
.ft-QRcode .pic{position:relative;width:125px;height:125px;overflow:hidden;}
.ft-QRcode .pic:after{display:block;position:absolute;left:0;top:0;width:100%;height:40px;content:"";animation:light 5s infinite;}
.ft-QRcode .pic img{display:block;width:100%;}
.ft-QRcode .tit{padding-bottom:6px;height:24px;line-height:24px;font-size:14px;text-align:center;color:#666;}
.ft-QRcode .item-1 .pic:after{background:url(img/light01.png);}
.ft-QRcode .item-2 .pic:after{background:url(img/light02.png);}
.ft-partner{padding-top:65px;overflow:hidden;}
.ft-partner h3{height:30px;line-height:30px;font-weight:normal;font-size:15px;color:#fff;}
.ft-partner .list{margin-top:20px;padding:20px 0;height:60px;overflow:hidden;background:#414141;}
.ft-partner .list li{position:relative;float:left;width:16.66%;height:60px;text-align:center;}
.ft-partner .list li:after{display:block;position:absolute;top:0;right:0;content:"";width:1px;height:100%;background:#545454;}
.ft-partner .list li:last-child:after{display:none;}
.ft-partner .list li i{display:block;height:30px;filter:contrast(0%) brightness(200%);}
.ft-partner .list li p{height:30px;line-height:30px;font-size:15px;color:#fff;}
.ft-partner .list li:hover i{filter:none;}
.copyright{padding-top:26px;height:40px;line-height:40px;font-size:15px;color:#666;overflow:hidden;}
.copyright a{color:#666;}
.copyright a:hover{text-decoration:underline;}

@keyframes light{
    0%{top:0;}
    50%{top:100%;}
    100%{top:-40px;}
}

@media screen and (max-width: 1440px) {
.footer .wrapper{width:1200px;}
.ft-info{width:300px;}
.ft-menu{padding-left:50px;width:550px;}
.ft-menu dl{width:130px;}
}
/*--end footer--*/


/*--pop-form--*/
.pop-form-mask{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0.3);}
.pop-form{display:none;position:fixed;top:50%;left:50%;margin-left:-500px;margin-top:-205px;width:1000px;height:410px;background:#fff;}
.pop-form .close{position:absolute;right:10px;bottom:100%;width:38px;height:61px;cursor:pointer;background:url(img/pop_form_close.png) no-repeat;}
.pop-form .pic{float:left;margin-top:50px;margin-left:50px;width:500px;height:310px;overflow:hidden;}
.pop-form .pic img{display:block;width:500px;height:310px;}
.pop-form .form{float:right;margin-top:40px;margin-right:50px;width:350px;} 
.pop-form .form h3{height:45px;line-height:45px;font-size:26px;color:#333;font-weight:normal;margin-left: 16px;}
.pop-form .form ul{overflow:hidden;}
.pop-form .form li{margin-top:18px;}
.pop-form .form li input{display:block;padding:20px;width:310px;height:20px;font-size:16px;border:none;background:url(img/pop_form_ipt.png) no-repeat;}
.pop-form .form li a{display:block;width:350px;height:60px;line-height:60px;text-align:center;font-size:16px;color:#fff;background:url(img/pop_form_submit.png) no-repeat;}
.pop-form .form li a:hover{background-image:url(img/pop_form_submit_cur.png);}
.pop-form .form p{margin-top:20px;font-size:14px;color:#666;text-align:center;line-height:1.5;}
/*--end pop-form--*/
@media screen and (min-width: 768px) {
	.left-wrap{   float:none}
	.right-wrap{ display:none}
	.wrapper1200{ max-width:100%;}
}