﻿
@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";
    background-color: #f2f5fa;overflow-x: hidden;
}
a{color: #000;}
a:hover{color: #18237A;}
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: 1300px;margin: 0 auto;}
.wp2{width: 100%;max-width: 1300px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{height: 68px;position: relative;z-index: 109;
    *zoom:1;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.header:hover{background-color: #FFF;}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;line-height: 68px;font-size: 0;}
.logo img{display: inline-block;vertical-align: middle;height: 49px;}
.hdr{float: right;}
.nav{float: left;padding-right: 6px;}
.nav li{float: left;margin-right: 80px;}
.nav li .v1{display: block;font-size: 15px;color: #020202;line-height: 68px;position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li .v1:after{content: '';position: absolute;bottom: 3px;left: 50%;right: 50%;height: 3px;
    background-color: #17227A;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{font-weight: bold;color: #17227A;}
.nav li:hover .v1:after,.nav li.on .v1:after{left: -15px;right: -15px;}
.header .btn{float: right;height: 32px;line-height: 32px;border-radius: 7px;
    background: #7194F3;padding: 0 12px;color: #fff;margin-top: 18px;
}
.header .btn a{font-size: 13px;color: #fff;margin: 0 8px;}
.header .name{float: right;margin-top: 18px;}
.header .name .face{width: 32px;height: 32px;border-radius: 50%;overflow: hidden;margin-right: 12px;float: left;}
.header .name .face img{width: 100%;height: 100%;display: block;}
.header .name .t1{display: block;overflow: hidden;line-height: 32px;font-size: 15px;font-weight: bold;color: #000;}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #18237A;
    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: 350px;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.banner .txt{position: absolute;left: 0;top: 45%;right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .txt .wp{padding-left: 60px;}
.banner .tit{font-size: 44px;color: #18237A;margin-bottom: 4px;}
.banner .tips{font-size: 20px;color: #000;margin-bottom: 22px;}
.so{width: 697px;position: relative;}
.so .sel{position: absolute;left: 0;top: 0;width: 122px;height: 58px;border-radius: 7px;
    background: #DEE9FC;
}
.so .sel dt{}
.so .sel dt span{float: none;display: block;text-align: center;line-height: 58px;font-size: 17px;
    color: #3868F3;cursor: pointer;
}
.so .sel dt span:after{content: '';display: inline-block;vertical-align: middle;
    width: 10px;height: 6px;margin-left: 8px;position: relative;top: -2px;
    background: url(../images/i-02.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;
}
.so .sel dd{position: absolute;top: 100%;left: 0;right: 0;padding-top: 1px;
    border-radius: 7px;overflow: hidden;display: none;
}
.so .sel dd span{display: block;text-align: center;line-height: 50px;
    font-size: 16px;background-color: #fff;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.so .sel dd span:hover{color: #3868F3;}
.so .inp{display: block;width: 100%;height: 58px;border-radius: 7px;
    font-size: 15px;color: #000;border: 0;padding: 0 80px 0 20px;
    box-shadow: 0px 0px 6px 3px rgba(163,163,163,.35);
}
.so .inp::-webkit-input-placeholder {color: #999;}
.so .inp::-moz-placeholder {color: #999; }
.so .inp::-ms-input-placeholder {color: #999;}
.so .btn{position: absolute;right: 0;top: 0;width: 74px;height: 58px;cursor: pointer;
    border: 0;background: url(../images/i-01.png) no-repeat center;
    -o-background-size: 26px auto;
    -ms-background-size: 26px auto;
    -moz-background-size: 26px auto;
    -webkit-background-size: 26px auto;
    background-size: 26px auto;
}

/*******************************
  -------[=底部]-------
********************************/
.footer{
    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;
}
.fd-top{overflow: hidden;padding: 37px 55px 48px;}
.fd-l{float: left;padding-top: 4px;}
.fd-logo{margin-bottom: 10px;}
.fd-logo img{display: block;height: 42px;}
.fd-txt{font-size: 13px;color: #000;line-height: 25px;}
.fd-qr{float: right;}
.fd-qr .item{text-align: center;margin-left: 16px;float: left;}
.fd-qr .pic{width: 107px;margin: 0 auto 5px;}
.fd-qr .pic img{width: 100%;display: block;}
.fd-qr .t1{font-size: 13px;color: #000;}
.fd-bot{text-align: center;line-height: 63px;font-size: 12px;color: #000;
    border-top: 1px solid rgba(24, 35, 122, .66);
}
/*******************************
    -------[=正文]-------
********************************/
.fix-right{position: fixed;top: 50%;right: 20px;z-index: 107;}
.fix-right li{margin-bottom: 12px;}
.fix-right .con{display: block;position: relative;}
.fix-right .ico{display: block;width: 38px;height: 38px;
    background: linear-gradient(0deg, #C1D6FF, #F9FBFF);
    border-radius: 50%;
}
.fix-right .ico img{width: 100%;height: 100%;display: block;}
.fix-right .tel{position: absolute;top: 0;bottom: 0;right: 0;width: 143px;
    line-height: 38px;font-size: 13px;color: #fff;border-radius: 19px 0 0 19px;
    background-color: #7194F3;padding-left: 15px;opacity: 0;visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.fix-right .tel:after{content: '';position: absolute;width: 38px;height: 38px;
    top: 0;right: 0;background: url(../images/i-14-on.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;
}
.fix-right .qr{position: absolute;top: 0;right: 100%;width: 136px;padding-right: 6px;display: none;}
.fix-right .qr img{width: 100%;}
.fix-right li:hover .tel{opacity: 1;visibility: visible;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.fix-right li:hover .qr{display: block;}

.pop-wen{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 1024;display: none;}
.pop-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;
    background-color: rgba(0,0,0,.23);
}
.pop-wen .cont{position: absolute;top: 50%;left: 50%;width: 626px;
    background-color: #fff;border-radius: 12px;overflow: hidden;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.pop-wen .top{height: 61px;line-height: 61px;position: relative;
    background: url(../images/i-bg1.png) no-repeat center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.pop-wen .top .t1{text-align: center;font-size: 18px;font-weight: normal;color: #fff;}
.pop-wen .top .t1:before{content: '';display: inline-block;vertical-align: middle;
    width: 50px;height: 43px;position: relative;margin-right: 10px;
    background: url(../images/i-16.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;
}
.pop-wen .close{position: absolute;width: 30px;height: 30px;right: 12px;top: 7px;cursor: pointer;
    background: url(../images/i-17.png) no-repeat center;
    -o-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
}
.pop-wen .form{padding: 20px 30px 40px;}
.pop-wen .tit{font-size: 15px;color: #000;line-height: 1.53;font-weight: normal;
    padding-bottom: 13px;border-bottom: 1px solid #D0D0D0;margin-bottom: 25px;
}
.pop-wen .inp{display: block;font-size: 15px;width: 100%;margin-bottom: 17px;height: 50px;
    border-radius: 7px;padding: 0 17px;
    border: 1px solid #CBCBCB;
}
.pop-wen textarea.inp{height: 145px;padding: 13px 17px;}
.pop-wen .bot{text-align: center;font-size: 0;padding-top: 10px;}
.pop-wen .btn-sub,.pop-wen .btn-close{margin: 0 16px;cursor: pointer;
    width: 110px;height: 41px;display: inline-block;vertical-align: middle;border-radius: 5px;
}
.pop-wen .btn-sub{border: 0;
    background-color: #6185ED;font-size: 15px;color: #fff;
}
.pop-wen .btn-close{border: 1px solid #6185ED;
    font-size: 15px;color: #6185ED;line-height: 39px;
}
.hd-face{display: none;}
.fix-nav{position: fixed;left: 0;right: 0;bottom: 0;z-index: 109;
    background-color: #FFF;display: none;box-shadow: 0px 0px 12px rgba(0,0,0,.15);
}
.fix-nav li{width: 33.33%;float: left;}
.fix-nav li a{display: block;text-align: center;line-height: 50px;height: 50px;font-size: 14px;}