﻿
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.eot");
    src: url("../fonts/SourceHanSansCN-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
    url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
    url("../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;
    /*font-family:"SourceHanSansCN-Regular";*/
    font-family:"微软雅黑","Microsoft Yahei";
    background: url(../images/p-bg1.jpg) no-repeat center bottom;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
a{color: #333;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"SourceHanSansCN-Regular";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1255px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;}

.hd{height: 118px;
    background: url(../images/hd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.hd .wp{display: flex;justify-content: space-between;}
.logo{line-height: 118px;font-size: 0;}
.logo img{height: 76px;display: inline-block;vertical-align: middle;}
.header .t-r{display: flex;flex-wrap: wrap;padding-top: 43px;}
.btn-de{font-size: 14px;color: #fff;line-height: 35px;height: 35px;margin-right: 24px;padding-left: 19px;
    background: url(../images/i-02.png) no-repeat left center;
    -o-background-size: 14px auto;
    -ms-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
}
.btn-de a{color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.btn-de a:hover{opacity: .8;}
.so-btn{display: none;}
.so{width: 254px;position: relative;}
.so .inp{display: block;width: 100%;height: 35px;border-radius: 18px;
    border: 1px solid #B5B5B5;font-size: 14px;padding: 0 40px 0 12px;
}
.so .btn{position: absolute;right: 0;top: 0;width: 40px;height: 35px;
    cursor: pointer;border: 0;
    background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}

.nav{
    background-color: #fff;
}
.nav .wp{display: flex;justify-content: space-between;}
.nav ul{display: flex;flex-wrap: wrap;margin-left: -17px;}
.nav li{position: relative;}
.nav li:after{content: '';position: absolute;right: -1px;top: 50%;width: 1px;height: 16px;
    background-color: #d2d2d2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li .v1{display: block;font-size: 16px;color: #000;line-height: 54px;
    padding: 0 47px;position: relative;z-index: 2;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{background-color: #F1F1F1;color: #0A5385;}
.nav li:hover .down,.nav li.on .down{background-image: url(../images/i-04-on.png);}
.nav li:hover:after,.nav li.on:after{opacity: 0;}
.nav .down{display: inline-block;vertical-align: middle;width: 10px;height: 8px;margin-left: 3px;
    background: url(../images/i-04.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.nav .sub{position: absolute;top: 100%;left: 50%;display: none;
    background-color: #fff;padding: 10px 0;box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav .sub dd a{display: block;font-size: 16px;line-height: 45px;color: #222;
    white-space: nowrap;padding: 0 30px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .sub dd:hover a,.nav .sub dd.ok a{background-color: #F1F1F1;color: #0A5385;}
.btn-tou{display: block;width: 111px;height: 30px;line-height: 30px;margin-top: 12px;
    border-radius: 15px;font-size: 14px;color: #fff;text-align: center;
    background-color: #005a98;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.btn-tou:before{content: '';display: inline-block;vertical-align: middle;
    width: 18px;height: 16px;margin-right: 5px;position: relative;top: -2px;
    background: url(../images/i-03.png) no-repeat center;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.btn-tou:hover{color: #fff;opacity: .8;}






/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-right: -5px;margin-top: 5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #fff;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{height: 464px;}
.banner .slick-slider,.banner .slick-list,.banner .slick-track,.banner .slick-slide{height: 100%;}
.banner .slick-slide .con{display: block;height: 100%;outline: 0;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-dots{position: absolute;left: 0;bottom: 28px;width: 100%;text-align: center;z-index: 3;font-size: 0;}
.banner .slick-dots li{display: inline-block;margin: 0 5px;}
.banner .slick-dots li button{display: block;width: 16px;height: 16px;padding: 0;
    font-size: 0;line-height: 0;text-indent: 9999px;cursor: pointer;border: 0;
    background-color: rgba(149, 164, 177, .9);border-radius: 8px;
}
.banner .slick-dots li.slick-active button{width: 56px;background-color: rgba(255, 255, 255, .8);}


/*******************************
  -------[=底部]-------
********************************/
.footer{color: #fff;padding: 40px 0 22px;
    background: url(../images/fd-bg.jpg) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .wp{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fd-tit{font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.fd-link .t-c,.fd-content .t-c{font-size: 14px;line-height: 2;color: #fff;}
.fd-link .t-c a{display: block;color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fd-link .t-c a:hover{opacity: .8;}
.fd-txt{font-size: 14px;line-height: 2.14;color: #fff}
.fd-txt p a{color: #fff}
.fd-qr{padding-top: 3px;text-align: center;}
.fd-qr .pic{width: 115px;margin-bottom: 8px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr .t1{font-size: 14px;}



/*******************************
    -------[=正文]-------
********************************/




