* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.top {
    width: 100%;
    height:42px;
    line-height:42px;
    border-bottom: 1px solid #2968c7;
    background: #0952bf;
}

.tops {
    max-width: 1400px;
    margin: auto;
	height:51px;
	position:relative;
}
.hsm{
	position:absolute;
	right:0;
	z-index:999;
	top:51px;
	display:none;
}

.top_fl {
    float: left;
    font-size: 12px;
    color: #98b8e4;
}

.top_fr {
    float: right;
    font-size: 12px;
    color: #85c5e0;
	cursor:pointer;
}

.top_fr img {
    margin-right: 10px;
}

.head {
    width: 100%;
    overflow: hidden;
    background: #0952bf;
    height:147px;
}

.heads {
    max-width: 1400px;
    margin: auto;
}

.hlogo {
    float: left;
    line-height: 147px;
}

.hlogo img {
    padding-right: 10px;
    border-right: 1px solid #2869ca;
}

.hintro {
    float: left;
    margin-left: 15px;
}

.htitle {
    font-size: 23px;
    color: #ffc000;
    font-weight: bold;
    padding-top: 55px;
}

.htitles {
    font-size: 14px;
    color: #aad7ff;
}

.htel {
    float: right;
    padding-top:29px;
}

.htel_pic {
    float: left;
    margin-right: 10px;
}

.htel_intro {
    float: left;
}

.htel_intro span {
    font-size: 12px;
    color: #fff;
}

.htel_intro p {
    font-size: 22px;
    color: #fff;
}

.nav {
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 80px;
}

.navs {
    max-width: 1400px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    width: 12.5%;
    float: left;
    text-align: center;
    height: 80px;
    line-height: 80px;
    border-right: 1px solid #dcdcdc;
}

.navs ul li a {
    font-size: 18px;
    color: #5e5e5e;
    display: block;
    position: relative;
}

.navs ul li:hover a {
    color: #0162d3;
}

.navs ul li a::before {
    content: "";
    width: 100%;
    height: 0;
    background: url(../images/navbg.png) center no-repeat;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all 0.3s;
}

.navs ul li:hover a::before {
    height: 11px;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top:20px;
}

.abouts {
    max-width: 1400px;
    margin: auto;
}

.right_ab {
    float: right;
    width: 43.6%;
}

.abswiper img {
    width: 100%;
}

.left_ab {
    float: left;
    width: 50%;
}

.abcon {
    font-size:18px;
    color: #4c4c4c;
    line-height: 3;
}

.shuju {
    overflow: hidden;
    margin-top: 25px;
}

.sj {
    width: calc(100%/3);
    text-align: center;
    font-family: "宋体";
    float: left;
}

.sj_top {
    font-size: 52px;
    color: #000;
    position: relative;
}

.sj_bot {
    font-size: 19px;
    color: #000;
}

.sj:nth-child(1) .sj_top::before {
    content: "年";
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background: #233192;
    position: absolute;
    top: 0;
    right:42px;
}

.sj:nth-child(2) .sj_top::before {
    content: "个";
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background: #233192;
    position: absolute;
    top: 0;
    right: 0;
}

.sj:nth-child(3) .sj_top::before {
    content: "个";
    width: 23px;
    height: 22px;
    line-height: 23px;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
    color: #fff;
    background: #233192;
    position: absolute;
    top: 0;
    right:20px;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
}

.products {
    max-width: 1400px;
    margin: 35px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 41px;
    color: #323232;
    font-weight: bold;
}

.titles {
    font-size: 16px;
    color: #808080;
    margin-top: 5px;
}

.titleline {
    margin-top: 10px;
}

.pnav {
    overflow: hidden;
}

.pnav a {
    float: left;
    display: block;
    width: 15%;
    margin-right: 2%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #f5f5f5;
    font-size: 15px;
    color: #545454;
}

.pnav a:last-child {
    margin-right: 0;
}

.pnav a:hover {
    color: #fff;
    background-image: linear-gradient(#0074e3, #155fa6);
}

.prolist {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.prolist a {
    display: block;
    position: relative;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
}

.prolist a:nth-child(4n) {
    margin-right: 0;
}

.prolist a img {
    width: 100%;
    transition: all 0.4s;
}

.prolist a p {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 7px;
    font-size: 16.6px;
    color: #282828;
    width: 100%;
}

.prolist a:hover img {
    transform: scale(1.2);
}

.case {
    width: 100%;
    overflow: hidden;
    margin-top:28px;
}

.cases {
    max-width: 1400px;
    margin: 40px auto 0;
}

.casenav {
    text-align: center;
    font-size: 0;
}

.casenav a {
    display: inline-block;
    margin: 0 12px;
    width: 257px;
    height: 64px;
    background: #f5f5f5;
    font-size: 18px;
    color: #545454;
    line-height: 64px;
}

.casenav a:hover {
    color: #fff;
    background-image: linear-gradient(#0074e3, #155fa6);
}

.cass {
    display: none;
}

#certify {
    position: relative;
    width: 100%;
    margin: 50px auto 0;
}

#certify .swiper-container {
    margin: auto;
}

#certify .swiper-slide {
    width: 643px;
    height: 552px;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    border: 3px solid #fff;
}

.advantage {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.advantages {
    max-width: 1400px;
    margin: 40px auto 0;
}

.left_adv {
    float: left;
    width: 17%;
    text-align: center;
}

.ladv {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 143px;
    cursor: pointer;
}

.ladv_pic {
    height: 90px;
    line-height: 90px;
}

.ladv_name {
    font-size: 20px;
    color: #575757;
}

.ladv.active {
    background: #0f509e;
    border: 1px solid #0f509e;
}

.ladv.active .ladv_name {
    color: #fff;
}

.right_adv {
    float: right;
    width: 81%;
}

.radv_fr {
    float: right;
    width: 61.5%;
}

.radv_fr img {
    width: 100%;
}

.radv_fl {
    float: left;
    width: 36.6%;
}

.radv_fl_top {
    overflow: hidden;
}

.radv_fl_num {
    float: left;
    font-family: "Bahnschrift";
    font-size: 72px;
    color: #49494b;
    margin-right: 15px;
    margin-top: -5px;
}

.radv_fl_intro {
    float: left;
}

.radv_fl_title {
    font-size: 36px;
    color: #0f509e;
    font-weight: bold;
}

.radv_fl_titles {
    font-size: 20px;
    color: #8c8c8c;
}

.radv_fl_con {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 45px;
    margin-top: 30px;
}

.radv_fl_bot {
    margin-top: 30px;
    font-size: 16px;
    color: #8c8c8c;
}

.radv_fl_bot img {
    margin-right: 30px;
}

.radv_fl_bot span {
    font-size: 26px;
    color: #000;
}

.intro {
    width: 100%;
    overflow: hidden;
    margin-top:42px;
}

.introbg {
    height: 460px;
    background: url(../images/abbg.png) top center;
    width: 100%;
    background-attachment: fixed;
}

.intros {
    max-width: 1400px;
    margin: -120px auto 0;
    border-radius: 20px;
    background: #fff;
    padding: 45px 20px 0;
}

.intro_con {
    font-size:16px;
    color: #4c4c4c;
    line-height: 3;
    margin-top:12px;
}

.intro_more {
    text-align: center;
    margin-top: 25px;
}

.intro_more a {
    display: inline-block;
    width: 207px;
    height: 49px;
    line-height: 49px;
    border-radius: 30px;
    background: #2970dc;
    font-size: 14px;
    color: #fff;
}

.honor {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.honors {
    max-width: 1400px;
    margin: auto;
    position: relative;
    padding: 0 60px;
}

.honswiper img {
    width: 100%;
}

.honors .swiper-button-prev {
    left: 0;
    width: 31px;
    height: 83px;
    background: url(../images/image_24.jpg) center no-repeat;
}

.honors .swiper-button-next {
    right: 0;
    width: 31px;
    height: 83px;
    background: url(../images/image_27.jpg) center no-repeat;
}

.new {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.news {
    max-width: 1400px;
    margin: 40px auto 0;
}

.nw {
    background: #fff;
    width: 23.5%;
    margin-right: 2%;
    float: left;
    padding: 25px;
}

.nw:nth-child(4n) {
    margin-right: 0;
}

.newdate {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.newtime {
    float: left;
    font-size: 25px;
    color: #0162d3;
}

.newyear {
    font-size: 14px;
    color: #0162d3;
    float: right;
}

.newtitle {
    text-align: center;
    font-size: 16px;
    color: #646464;
    margin-top: 12px;
}

.newcon {
    font-size: 13px;
    color: #adadad;
    margin-top: 12px;
}

.newpic img {
    width: 100%;
}

.newpic {
    margin-top: 22px;
    overflow: hidden;
}

.newmore {
    position: relative;
    margin-top: 20px;
}

.newmore p {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    border-left: 1px solid #adadad;
    padding-left: 10px;
    font-size: 15px;
    color: #0162d3;
    transition: all 0.8s linear;
    position: relative;
    z-index: 2;
}

.newmore span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 42px;
    width: 0;
    transition: all 0.8s linear;
    z-index: 0;
}

.nw:hover .newpic img {
    transform: scale(1.1);
}

.nw:hover .newmore p {
    color: #fff;
    border-left: 1px solid #0162d3;
}

.nw:hover .newmore span {
    width: 100%;
    background: #0162d3;
}

.newmore:hover span {
    background: #0162d3 !important;
}

.fnav {
    width: 100%;
    overflow: hidden;
    background: #0952bf;
    text-align: center;
    height: 88px;
    line-height: 88px;
    font-size: 0;
}

.fnav a {
    font-size: 18px;
    color: #fff;
    padding: 0 45px;
    border-right: 2px solid #fff;
}

.fnav a:last-child {
    border-right: none;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #333;
    height:435px;
}

.foots {
    max-width: 1400px;
    margin: auto;
    height:350px;
    border-bottom: 1px solid #646464;
    padding-top: 50px;
}

.copy {
    max-width: 1400px;
    margin: auto;
    height: 78px;
    line-height: 78px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.copy a {
    font-size: 18px;
    color: #fff;
    margin: 0 7px;
}

.left_foot {
    float: left;
    margin-right: 180px;
}

.ftitle {
    font-size: 18px;
    color: #fff;
}

.fcon p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.fplist a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top:14px;
}

.fpnav {
    float: left;
    margin-right: 180px;
}

.code {
    float: right;
}

.fpnav:nth-child(3) {
    margin-right: 0;
}

.bread {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c3c3c3;
    line-height: 67px;
    height: 68px;
}

.breads {
    max-width: 1400px;
    margin: auto;
}

.breads img {
    float: left;
    margin-top: 15px;
    margin-right: 15px;
}

.breads span,
.breads a {
    font-size: 16px;
    color: #5b5b5b;
}

.inproduct {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.inproducts {
    max-width: 1400px;
    margin: auto;
}

.inpronav {
    text-align: center;
    font-size: 0;
}

.inpronav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(#0074e3, #155fa6);
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    padding: 0 20px;
    margin: 0 8px;
}

.inprolist a {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 25px;
    float: left;
}

.inprolist a:nth-child(3n) {
    margin-right: 0;
}

.inpro_pic {
    position: relative;
}

.inpro_pic img {
    width: 100%;
}

.inpro_pic span {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -30px;
    top: 42%;
    border: solid 1px #fff;
    border-radius: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.inpro_pic:before {
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    transition: all 0.3s;
}

.inprolist a:hover .inpro_pic span {
    display: block;
}

.inprolist a:hover .inpro_pic:before {
    width: 100%;
    height: 100%;
}

.inpro_bot {
    width: 100%;
    background: #f5f5f5;
    margin-top: 0.8%;
    position: relative;
    overflow: hidden;
    padding: 3% 4% 4% 5%;
    font-size: 16px;
    z-index: 2;
    display: block;
}

.inpro_bot b {
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.inpro_bot span {
    display: block;
    width: 67px;
    height: 12px;
    margin-top: 3%;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.inpro_bot:before {
    width: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0c59cc;
    transition: all 0.3s;
    z-index: 0;
}

.inprolist a:hover .inpro_bot:before {
    width: 100%;
}

.inprolist a:hover .inpro_bot span,
.inprolist a:hover .inpro_bot b {
    color: #fff;
}

.incontact {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 50px;
}

.incontacts {
    max-width: 1400px;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: #f2f2f2 0px 0px 10px;
    -moz-box-shadow: #f2f2f2 0px 0px 10px;
    box-shadow: #f2f2f2 0px 0px 10px;
}

.incontact_top {
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}

.incontact_top_fl {
    float: left;
    width: 40.25%;
}

.incontact_top_fl img {
    width: 100%;
}

.incontact_top_fr {
    float: left;
    width: 55%;
    margin-left: 20px;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 2;
    padding-top: 80px;
}

.incontact_bot {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.incontact_title {
    text-align: center;
}

.incontact_maintitle {
    font-size: 36px;
    color: #000;
    font-weight: bold;
    background: url(../images/contactline.png) center no-repeat;
}

.incontact_titles {
    font-size: 14px;
    color: #696969;
}

.incontact_bots {
    width: 90%;
    margin: auto;
}

.incontact_bot_item {
    width: 49%;
    float: left;
    margin-right: 2%;
    height: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-top: 30px;
}

.incontact_bot_item:nth-child(2n) {
    margin-right: 0;
}

.incontact_bot_pic {
    width: 20%;
    text-align: center;
    float: left;
    line-height: 88px;
}

.incontact_bot_name {
    width: 80%;
    float: left;
    line-height: 88px;
    font-size: 14px;
    color: #696969;
}

.incontact_bot_item:nth-child(1) .incontact_bot_name {
    line-height: 44px;
}

.incontact_map {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.incase {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}

.incases {
    max-width: 1400px;
    margin: auto;
}

.incaselist a {
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: 25px;
    float: left;
}

.incaselist a:nth-child(3n) {
    margin-right: 0;
}

.incase_pic {
    position: relative;
}

.incase_pic img {
    width: 100%;
}

.incase_pic span {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -30px;
    top: 42%;
    border: solid 1px #fff;
    border-radius: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.incase_pic:before {
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    transition: all 0.3s;
}

.incaselist a:hover .incase_pic span {
    display: block;
}

.incaselist a:hover .incase_pic:before {
    width: 100%;
    height: 100%;
}

.incase_bot {
    width: 100%;
    background: #f5f5f5;
    margin-top: 0.8%;
    position: relative;
    overflow: hidden;
    padding: 3% 4% 4% 5%;
    font-size: 16px;
    z-index: 2;
    display: block;
    text-align: center;
}

.incase_bot b {
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.incase_bot:before {
    width: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0070c6;
    transition: all 0.3s;
    z-index: 0;
}

.incaselist a:hover .incase_bot:before {
    width: 100%;
}

.incaselist a:hover .incase_bot b {
    color: #fff;
}

.innew {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.innews {
    max-width: 1400px;
    margin: auto;
}

.innewnav {
    text-align: center;
    font-size: 0;
}

.innewnav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(#0074e3, #155fa6);
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    padding: 0 50px;
    margin: 0 8px;
}

.innewlists {
    width: 100%;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 20px;
    -webkit-box-shadow: #e9e9e9 0px 0px 10px;
    -moz-box-shadow: #e9e9e9 0px 0px 10px;
    box-shadow: #e9e9e9 0px 0px 10px;
    margin-top: 30px;
    overflow: hidden;
}

.innewpic {
    float: left;
    width: 24.5%;
}

.innewpic img {
    width: 100%;
}

.innewintro {
    float: right;
    width: 71%;
}

.innewtitle {
    font-size: 20.5px;
    color: #000000;
    font-weight: bold;
    margin-top: 15px;
}

.innewdate {
    font-size: 14.4px;
    color: #b1b1b1;
    margin-top: 8px;
}

.innewcon {
    font-size: 16.8px;
    color: #333333;
    margin-top: 15px;
    line-height: 28px;
}

.innewmore {
    margin-top: 50px;
    width: 115px;
    height: 36px;
    line-height: 34px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    text-align: center;
    font-size: 14.4px;
    color: #3f3f3f;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 13px;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 920px;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1400px;
    margin: 20px auto 40px;
}

.inproshow {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

.inproshows {
    max-width: 1400px;
    margin: auto;
}

.inproshow_pic {
    text-align: center;
    margin-top: 20px;
}

.inproshow_pic img {
    max-width: 100%;
}

.inproshow_link {
    text-align: center;
}

.inproshow_link p {
    margin-top: 10px;
    font-size: 0;
}

.inproshow_link p a {
    font-weight: bold;
    font-size: 20px;
    color: #9c9c9c;
    margin: 0 8px;
}

.inproshow_title {
    font-size: 27px;
    color: #000;
    margin-top: 10px;
    text-align: center;
}

.inproshow_con {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-top: 15px;
}

.recommend_title {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    background: #e5e5e5;
    height: 48px;
    line-height: 48px;
}

.recommend_title span {
    display: block;
    width: 189px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 21px;
    color: #fff;
    font-weight: 300;
    background: #004dc0;
}

.recommend_list {
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
}

.recommend_list a {
    display: block;
    width: 32%;
    margin-right: 2%;
    float: left;
}

.recommend_list a:last-child {
    margin-right: 0;
}

.recommend_list a img {
    width: 100%;
}

.recommend_list a p {
    width: 100%;
    text-align: center;
    line-height: 52px;
    background: #efefef;
    font-size: 19px;
    color: #282828;
    margin-top: 5px;
}

.abtitle {
    width: 100%;
    overflow: hidden;
}

.abtitle b {
    float: left;
    height: 59px;
    line-height: 59px;
    font-size: 17px;
    color: #959595;
    font-weight: 300;
    text-transform: uppercase;
}

.abtitle span {
    display: block;
    width: 180px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background: #004dc0;
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-right: 10px;
    float: left;
}

.inabout {
    width: 100%;
    overflow: hidden;
    margin: 50px 0;
}

.inabouts {
    max-width: 1400px;
    margin: auto;
}

.abbot {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.abbot_fr {
    float: right;
    width: 49%;
}

.abbot_fr img {
    width: 100%;
}

.abbot_fl {
    width: 49%;
    float: left;
}

.abbot_title {
    font-size: 32px;
    color: #454545;
    margin-top: 15px;
}

.abbot_con {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2.7;
    margin-top: 15px;
}

.abbots {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    background: #f2f2f2;
}

.abbots_fl {
    float: left;
    width: 50%;
}

.abbots_fl img {
    width: 100%;
}

.abbots_fr {
    float: left;
    background: #fff;
    width: 70%;
    margin-left: -22.5%;
    position: relative;
    padding: 25px;
    margin-top: 80px;
}

.abbots_title {
    font-size: 32px;
    color: #454545;
    margin-top: 5px;
}

.abbots_con {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 3;
}

.mobile-inner-header {
    background-color: rgba(9, 82, 191, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(9, 82, 191, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.phonehead,.nav_bg,.C1_Share_app_copyright,.C1_Share_app_footer,.mobileproduct{
	display:none;
}
.nav_bg {
        background: #0162d3;
    }
    .nav_bg > ul li {
        background: #0162d3;
    }
    .nav_bg > ul li:hover {
        background: #0162d3;
    }
	.nav_bg > ul {
        float: left;
        width: 90%;
		margin-bottom:0;
    }
    .nav_bg > ul li {
        position: relative;
        display: block;
        float: left;
        width: 25%;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }
    .nav_bg > ul li:after {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        right: 0;
        width: 1px;
        height: 56px;
        background: #fff;
    }
    .nav_bg > ul li a {
        display: block;
        font-size: 16px;
        color: #fff;
    }
    .nav_bg .nav_a {
        position: relative;
        float: left;
        width: 10%;
        height: 56px;
        text-align: center;
        line-height: 56px;
    }
    .nav_bg .nav_a i {
        font-size: 32px;
        color: #fff;
    }
    .nav_bg .nav_a ul {
        position: fixed;
        top: 0;
        right: -30vw;
        width: 30vw;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9;
        transition: all 0.5s;
    }
    .nav_bg .nav_a ul > a {
        display: block;
        height: 48px;
        text-align: center;
        line-height: 48px;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul li {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px solid #f5f5f5;
    }
    .nav_bg .nav_a ul a {
        display: block;
        font-size: 16px;
        color: #fff;
    }
    .nav_bg .nav_a ul.active {
        right: 0;
    }
	.copyright_bg {
        background: #0162d3;
    }
    .footer_bg {
        background: #0162d3;
    }
	    .copyright_bg {
        margin-bottom: 1px;
        height: 48px;
        line-height: 48px;
    }
    .copyright_bg span {
        display: block;
        text-align: center;
        font-size: 16px;
        color: #fff;
    }
	.footer_bg {
        position: fixed;
        bottom: 0;
        max-width: 640px;
        width: 100%;
        height: 72px;
        z-index: 99;
    }
    .footer_bg dl {
        position: relative;
        float: left;
        width: 20%;
        height: 72px;
        text-align: center;
    }
    .footer_bg dl:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        right: 0;
        width: 1px;
        height: 72px;
        background: rgba(196,196,196,0.5);
    }
    .footer_bg dl:last-of-type:after {
        display: none;
    }
    .footer_bg dl i {
        margin-top: 12.8px;
        display: block;
        font-size: 22.4px;
        color: #fff;
    }
    .footer_bg dl span {
        display: block;
        font-size: 16px;
        color: #fff;
    }
	.mpnav{
		width:100%;
		overflow:hidden;
	}
	.mpnav a{
		display:block;
		width:50%;
		text-align:center;
		height:41px;
		line-height:40px;
		font-size:14px;
		color:#fff;
		border:1px solid rgba(255,255,255,0.3);
		background:#006ed9;
		float:left;
	}
	.mpnav a.active{
		background:#1c82e6;
	}
	.mproswiper a{
		display:block;
		width:49%;
		margin-right:2%;
		float:left;
		margin-top:20px;
	}
	.mproswiper a:nth-child(2n){
		margin-right:0;
	}
	.mproswiper a img{
		width:100%;
	}
	.mproswiper a p{
		line-height:40px;
		text-align:center;
		font-size:13px;
		color:#333;
		background:#ddd;
	}
	.mpmore {
		text-align:center;
		margin-top:25px;
	}
	.mpmore a{
		display:inline-block;
		width:120px;
		line-height:37px;
		border:1px solid #ddd;
		font-size:14px;
		color:#333;
	}