﻿@charset "utf-8";

/* ---------清空默认样式----------- */
 @font-face {
            font-family: 'HelveticaNeueLTProThEx';
            src: url('HelveticaNeueLTProThEx.eot');
            src: url('fonts/HelveticaNeueLTProThEx.eot') format('eot'),
            url('fonts/HelveticaNeueLTProThEx.svg') format('svg'),
            url('fonts/HelveticaNeueLTProThEx.ttf') format('truetype'),
            url('HelveticaNeueLTProThEx.woff') format('woff'),
            url('HelveticaNeueLTProThEx.woff2') format('woff2'),
            url('HELVETICANEUELTPRO-THEX.OTF') format('OTF');
            
            font-weight: normal;
            font-style: normal;
        }
html,
body,
div,
a,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
blockquote,
fieldset {
    margin: 0px;
    padding: 0px;
    font-family: Arial, "微软雅黑";
    font-size: 12px;
}

img {
    border: 0 none;
    
}

ul,
ol,
li {
    list-style-type: none;
}

body,
input,
select,
button,
textarea {
    font-size: 12px;
}

h1,
h2,
h3,
h4,
p,
span,
label,
del,
a,
strong,
em,
li,
dt,
dd {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

table,
tr,
th,
td {
    /* border: 0 none; */
    /*padding: 4px;*/
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0 none;
}

button {
    cursor: pointer;
}

i,
em,
cite,
address {
    font-style: normal;
}

a,
a:link {
    color: #1673cf;
    text-decoration: none;
    cursor: pointer;
    border: 0;
}

a:visited {}

a:hover,
a:active {
    text-decoration: none;
}

a:focus,
input,
textarea {
    outline: none;
}

a {
    blr: expression(this.onFocus=this.blur());
    /* IE Opera */
    outline: none;
    /* FF Opera */
}

a:focus {
    -moz-outline-style: none;
    /* FF */
}

.clearfix {
    /* overflow: hidden; */
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    /*overflow: hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

.overflow {
    overflow: hidden;
    height: 100%;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.east-tips-box {
    box-sizing: border-box;
}

input {
    border: 0px;
}

input[type=text],
input[type=password] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    background: #f9f9f9;
}
.MobileCode{display: none;}
.M_head{display: none;}
.wrap {
    box-shadow: 0 3px 16px #e5e5e5;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    background: #FFFFFF;
    position: relative;
}
.head {
    width: 100%;
    height: 86px;
    background-color:#fff;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
}
.head .header{
    width: 1200px;
    margin: 0 auto;
}
.header .logo {
    width: 131px;
    text-align: center;
    margin-top: 13px;
    margin-bottom: 0px;
    float:  left;
}
.header .logo img{
    vertical-align:  middle;
}
.header .logo a {
    display: block;
    width: 131px;
    height: 60px;
    
}
/*导航*/

.nav_list {
    float: left;
    margin-left: 90px;
    margin-bottom: 0px;
}

.nav_list>li {
    float: left;
    position: relative;
    height: 83px;
     line-height: 83px;
}
.nav_list>li>a {
    display: block;
    width: 110px;
    color: #313131;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #eeeeee;
    height: 15px;
    line-height: 15px;
    margin-top: 45px;
}
.nav_list>li em{
      background: url(../images/ss_you.png) center center no-repeat;
    display: block;
    width: 8px;
    height: 5px;
    margin-top: -9px;
    margin-left: 94px;
}

.nav_list>li:hover em{background: url(../images/yy_ou.png) center center no-repeat;}

.nav_list>li.active em{background: url(../images/yy_ou.png) center center no-repeat;}

.nav_list>li>a:hover {
    text-decoration: initial;
     color: #f99406;
}
.nav_list>li:hover {
    border-bottom: 3px solid #f99406;
    
}
.nav_list>li.active>a {
    text-decoration: initial;
     color: #f99406;
}
.nav_list>li.active {
    border-bottom: 3px solid #f99406;
    
}

.nav_list li:first-child .nav_a {
    width: 110px;
}
.nav_list li:last-child .nav_a {
    width: 110px;
    border-right: 1px solid #eeeeee;

}
.nav_list .sub_nav {
    display: none;
    z-index: 10;
    overflow: hidden;
    position: absolute;
    top: 84px;
    left: 0px;
    width: 100%;
}
.nav_list .sub_nav li {
    background: #FFFFFF;
   
    text-align: center;
    
    position: relative;
}

.nav_list .sub_nav li::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    left: 3px;
    top: 20px;
}

.nav_list .sub_nav li a {
    color: #6a6a6a;
    text-decoration: none;
    display: block;
    height: 48px;
    line-height: 48px;
     border-bottom: 1px solid #e9e9e9;
}
.nav_list .sub_nav li a:hover {
    color: #FFFFFF;
    background-color: #5cb531;
}

.head_right {
    float: left;
    position: relative;
    width: 78px;
    height: 83px;
    background: url(../images/s_1.png) center 45px no-repeat;
    cursor: pointer;
}
.head_right:hover .ss {
    display: block;
}

.head_right .ss {
    display: none;
    width: 206px;
    height: 67px;
    background-color: #fff;
    position: absolute;
    top: 84px;
    right: 0;
    z-index: 99999;
}

.head_right img {
    margin: 36px 0px;
}

.head_right .psearch {
    width: 185px;
    height: 31px;
    margin-left: 9px;
    margin-top: 22px;
    border: 1px solid #d8d8d8;
}

/*.mobile_search_box{
    display: none;
}*/

.head_right .psearch .text {
    width: 154px;
    height: 31px;
    background: none;
    border: 0;
    padding-left: 6px;
    box-sizing: border-box;
    float: left;
}

.head_right .psearch .submit {
    width: 29px;
    height: 30px;
    background: url(../images/p_search.png) center no-repeat;
    float: left;
}

.nav_list>li.active .nav_a {
    text-decoration: initial;
}

.nav_list>li.active .nav_a {
   color: #f99406;
}
/*底部*/
.foot{
    width: 100%;
    overflow: Hidden;
    position: relative;
   background-color: #7d7d7d;
    border-top: 5px solid #fabe00;
    height: 257px;

}
.footer{
    width: 1200px;
    height: 161px;
    margin: 0 auto;
    position: relative;
     margin-top: 74px;

}
.footer_Com{
     width: 288px;
    position: relative; 
    
     float: left;

}
.footer_Com h1{
   font-size: 16px;
    color: #ffffff; 
}
.footer_Com ul{
     margin-top: 10px;
}
.footer_Com li{
    padding-top: 16px;
    color: #ffffff;
}
.footer_left{
    float: left;
    width: 745px;
    position: relative;
}
.footer_ul{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
   
}
.footer_ul .footer_li{
    float: left;
    margin-right: 48px;
    position: relative;
}
.footer_ul .footer_li h2{
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color:#fff;
}
.footer_ul .footer_li h2:hover{color:#f99406}
.footer_ul .footer_li ul li:hover a{color:#f99406}
.footer_ul .footer_li ul{
    margin-top: 10px;
}
.footer_ul .footer_li li{
    padding-top: 18px;
}
.footer_ul .footer_li li a{
    color: #fff;
    font-size: 12px;
}
.footer_right{
    width: 105px;
   float: right;

}
.copyright {
    width: 100%;
    background: #707070;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #d4d4d4;
    font-size: 12px;}
.zy_indexBanner  .swiper-pagination {
    position: absolute;
    z-index: 1;
    margin: 0px !important;
    background: url(../images/radius.png) center center no-repeat;
    height: 23px;
    line-height: 23px;
    bottom: 30px!important;
}

.zy_indexBanner .pagination {
    bottom: 20px;
}
.zy_indexBanner .swiper-pagination-bullet{width:12px;height:12px;background:url(../images/circle2.png) center center no-repeat;opacity:1;margin:5px!important;}
.zy_indexBanner .swiper-pagination-bullet-active{background:url(../images/circle1.png) center center no-repeat!important;}    


