﻿/*全局样式设置*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
section,
form,
input,
textarea {
    margin: 0;
    padding: 0
}

html {
    width: 100%;
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    color: #666;
    font: 12px/1.6 "Microsoft Yahei", "Arial";
    background: #f6f6f6;
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clear {
    zoom: 1;
}

.yc-2017 .header-wrapper{
    width:100%;
    height: 137px;
    overflow: hidden;
    background: url('../images/2017yc_header.jpg') no-repeat;
}

.yc-2017 .header-wrapper .header{
    width: 1200px;
    height:100%;
    margin:0 auto;
}

.yc-2017 .header-wrapper .header .logo{
    width:350px;
    height:137px;
    float:left;
    background: url('../images/2017yc_logo.png') no-repeat;;
}

.yc-2017 .header-wrapper .header .header-right{
    width: 382px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
}


.yc-2017 .header-wrapper .header .header-right .header-right-t{
    overflow: hidden;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .website{
    overflow: hidden;
    float: left;
    margin-left: 40px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .website a{
    float: left;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .website a:hover{
    color: #0075b2;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .pf{
    overflow: hidden;
    float: left;
}
.yc-2017 .header-wrapper .header .header-right .header-right-t .pf a{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 12px;
    color: #333;
}
.yc-2017 .header-wrapper .header .header-right .header-right-t .pf a.a1{
    background: url('../images/2017yc_icon_micblog.png') no-repeat;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .pf a.a2{
    background: url('../images/2017yc_icon_wechat.png') no-repeat;
}

.yc-2017 .header-wrapper .header .header-right .header-right-t .pf a.a3{
    background: url('../images/2017yc_icon_disable.png') no-repeat;
}

.yc-2017 .header-wrapper .header .header-right .header-right-m{
    overflow: hidden;
    margin-top: 14px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-m div{
    width: 290px;
    height: 42px;
    line-height: 42px;
    position: relative;
    background: #fff;
    float: left;
}

.yc-2017 .header-wrapper .header .header-right .header-right-m div input[type="text"]{
    border: none;
    outline: none;
    padding:0 40px 0 20px;
    width: 230px;
    height: 42px;
    font-size: 12px;
    color: #999;
}

.yc-2017 .header-wrapper .header .header-right .header-right-m div input[type="button"]{
    position: absolute;
    background: url(../images/2017yc_icon8.png) no-repeat 0 14px;
    top: 0px;
    right: 0px;
    border: none;
    outline: none;
    width: 30px;
    height: 42px;
    cursor:pointer;
}

.yc-2017 .header-wrapper .header .header-right .header-right-m .gjjs{
    width: 85px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #3d9ed1;
    border:none;
    outline: none;
    float: left;
    margin-left: 6px;
    color: #fff;
    cursor: pointer;
}

.yc-2017 .header-wrapper .header .header-right .header-right-b{
    overflow: hidden;
    margin-top: 10px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-b p{
    float: left;
    font-size: 13px;
    color: #666;
    margin-left: 20px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-b ul{
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-b ul a{
    float: left;
    margin-right: 10px;
    color: #666;
    font-size: 13px;
}

.yc-2017 .header-wrapper .header .header-right .header-right-b ul a:hover{
    color: #0075b2;
}


.yc-2017 .nav-wrapper{
    height: 66px;
    background: #39a7d8
}

.yc-2017 .nav-wrapper .nav{
    width: 1250px;
    margin:0 auto;
}

.yc-2017 .nav-wrapper .nav ul{
    overflow: hidden;
    width:1150px;
    margin:0 auto;
}

.yc-2017 .nav-wrapper .nav ul a{
    float: left;
    width:230px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.yc-2017 .nav-wrapper .nav ul a.cur,
.yc-2017 .nav-wrapper .nav ul a:hover{
    background: url('../images/2017yc_nav_hover.jpg') no-repeat;
}

.yc-2017 .nav-wrapper .nav ul a i{
    display: inline-block;
    width: 36px;
    height: 65px;
    vertical-align: bottom;
}
    
.yc-2017 .nav-wrapper .nav ul a.a1 i{
    background: url('../images/2017yc_nav1.png') no-repeat 44% center;
}

.yc-2017 .nav-wrapper .nav ul a.a2 i{
    background: url('../images/2017yc_nav2.png') no-repeat 44% center;
}

.yc-2017 .nav-wrapper .nav ul a.a3 i{
    background: url('../images/2017yc_nav3.png') no-repeat 44% center;
}

.yc-2017 .nav-wrapper .nav ul a.a4 i{
    background: url('../images/2017yc_nav4.png') no-repeat 44% center;
}

.yc-2017 .nav-wrapper .nav ul a.a5 i{
    background: url('../images/2017yc_nav5.png') no-repeat 44% center;
}

.yc-2017 .footer-wrapper{
    width: 1250px;
    margin:0 auto;
    background: #fff;
    position: relative;
}    

.yc-2017 .footer-wrapper img.img1{
    position: absolute;
    left: 256px;
    bottom:20px;
}
.yc-2017 .footer-wrapper img.img2{
    position: absolute;
    right: 210px;
    bottom:30px;
}


.yc-2017 .footer-wrapper .footer-nav{
    width: 1140px;
    margin: 0 auto;
    border-top:4px solid #39a7d7;
    overflow: hidden;
    padding-left: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.yc-2017 .footer-wrapper .footer-nav .footer-nav-item{
    float: left;
    width: 190px;
    margin-top: 10px;
}

.yc-2017 .footer-wrapper .footer-nav .footer-nav-item p{
    color: #007fc2;
    font-size: 20px;
}

.yc-2017 .footer-wrapper .footer-nav .footer-nav-item ul{
    overflow: hidden;
}

.yc-2017 .footer-wrapper .footer-nav .footer-nav-item ul a{
    font-size: 15px;
    line-height: 30px;
    color: #666;
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yc-2017 .footer-wrapper .footer-nav .footer-nav-item ul a:hover{
    color:#0075b2; 
}

.yc-2017 .footer-wrapper .websites{
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
    width: 1200px;
    margin:0 auto;
}

.yc-2017 .footer-wrapper .websites ul{
    overflow: hidden;
}

.yc-2017 .footer-wrapper .websites ul li{
    float: left;
    line-height: 50px;
    margin: 0 24px;
    cursor: pointer;
}

.yc-2017 .footer-wrapper .websites ul li.cur span{
    background: url('../images/2017yc_icon7_1.png') no-repeat right center;
    color: #0075b2; 
}

.yc-2017 .footer-wrapper .websites ul li span{
    font-size: 14px;
    color: #666;
    background: url('../images/2017yc_icon7.png') no-repeat right center;
    padding-right: 20px;
}

.yc-2017 .footer-wrapper .websites ul li b{
    margin-left: 23px;
}

.yc-2017 .footer-wrapper .link-ul {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
    width: 1200px;
    background-color: #f6f6f6;
    position:absolute;
    left:25px;
    bottom:51px;
    z-index:4;
    opacity: 0.95;
    filter: alpha(opacity = 95);
}

.yc-2017 .footer-wrapper .link-ul ul {
    border: 1px solid #d9d9d9;
    overflow-y: auto;
    padding:10px 0;
    height: 192px;
}

.yc-2017 .footer-wrapper .link-ul ul li {
    width: 148px;
    padding-left: 20px;
    text-align: left;
    overflow: hidden;
    height: 33px;
    float: left;
    background: url('../images/2017yc_home_circle.png') no-repeat 10px center;
}

.yc-2017 .footer-wrapper .link-ul ul a {
    font-size: 14px;
    color: #666;
    line-height: 33px;
}

.yc-2017 .footer-wrapper .link-ul ul a:hover{
    color: #0075b2; 
}

.yc-2017 .footer-wrapper .links{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
    padding:20px 0;
}

.yc-2017 .footer-wrapper .links p{
    float: left;
    font-size: 17px;
    color: #000;
    margin-right: 20px;
    margin-left: 20px;
}

.yc-2017 .footer-wrapper .links ul{
    float: left;
    overflow: hidden;
}

.yc-2017 .footer-wrapper .links ul a{
    float: left;
    margin-right: 15px;
    color: #000;
    font-size: 17px;
}

.yc-2017 .footer-wrapper .links ul a:hover{
    color:#0075b2; 
}

.yc-2017 .footer-wrapper .links ul span{
    float: left;
    margin-right: 14px;
    color: #000;
    font-size: 17px;
}

.yc-2017 .footer-wrapper .rels{
    overflow: hidden;
    width: 440px;
    overflow: hidden;
    height: 14px;
    line-height: 14px;
    margin:36px auto 24px;
}

.yc-2017 .footer-wrapper .rels a{
    display: block;
    float: left;
    border-right:1px solid #5d5d5d;
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #5d5d5d;
}

.yc-2017 .footer-wrapper .rels a.no-br{
    border-right: none;
}

.yc-2017 .footer-wrapper .copyright{
    font-size: 14px;
    color: #5d5d5d;
    line-height: 28px;
    text-align: center;
}

.yc-2017 .footer-wrapper .copyright.mb20{
    margin-bottom: 20px;
}