﻿@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: #444;font-size: 12px;line-height: 1.5;font-family:"SourceHanSansCN-Regular";
    background-color: #F2F4FD;
}
a{color: #333;}
a:hover{color: #9A0E17;}
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: 1200px;margin: 0 auto;}
.h30{height: 30px;clear: both;overflow: hidden;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: relative;z-index: 109;overflow: hidden;padding-left: 58px;padding-right: 70px;
    background-color: #fff;box-shadow: 0px 2px 14px 2px rgba(0,0,0,0.06);
}
.logo{font-size: 0;line-height: 83px;float: left;}
.logo img{display: inline-block;vertical-align: middle;height: 64px;}
.hdr{float: right;line-height: 83px;}
.header .name{font-size: 16px;color: #9A0E17;margin-right: 26px;}
.header .btn-exit{font-size: 16px;color: #000;}
.header .name:hover{text-decoration: underline;}
.header .btn-exit:hover{color: #9A0E17;}


/*******************************
    -------[=正文]-------
********************************/
.row-main{overflow: hidden;position: relative;padding: 19px 35px 80px 246px;min-height: 100vh;
    background: url(../images/p-bg1.jpg) no-repeat left 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;
}

.nav{position: absolute;left: 35px;top: 19px;width: 211px;}
.nav li{}
.nav .v1{font-size: 18px;color: #000;display: block;line-height: 72px;
    padding-left: 33px;border-radius: 35px 0 0 35px;position: relative;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav .ico{display: inline-block;vertical-align: middle;width: 24px;height: 24px;
    margin-right: 20px;position: relative;top: -1px;
}
.nav .i-down{position: absolute;top: 0;bottom: 0;right: 32px;width: 10px;
    background: url(../images/i-07.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{padding: 8px 0;display: none;}
.nav dd a{display: block;padding-right: 30px;text-align: right;line-height: 55px;font-size: 16px;color: #474747;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li:hover .v1,.nav li.on .v1{background-color: #fff;}
.nav dd:hover a,.nav dd.ok a{color: #9A0E17;}
.nav li.on .sub{display: block;}
.col-main{padding: 0 35px;overflow: hidden;
    background: #FFFFFF;
    border-radius: 22px;
}
.cur{line-height: 72px;border-bottom: 2px solid #F2F4FD;font-size: 16px;color: #000;}
.cur .home{padding-left: 38px;
    background: url(../images/i-08.png) no-repeat left center;
    -o-background-size: 24px auto;
    -ms-background-size: 24px auto;
    -moz-background-size: 24px auto;
    -webkit-background-size: 24px auto;
    background-size: 24px auto;
}
.cur a{color: #000;display: inline-block;vertical-align: middle;}
.cur a:hover{color: #9A0E17;}
.cur span{display: inline-block;vertical-align: middle;}
.cur em{display: inline-block;vertical-align: middle;margin: 0 13px;}

.m-tab{overflow: hidden;margin-top: 30px;margin-bottom: 21px;border-bottom: 1px solid #EDEFF8;}
.m-tab li{float: left;width: 166px;margin-right: 4px;}
.m-tab li a{display: block;height: 50px;line-height: 50px;font-size: 18px;color: #fff;
    background: #A7A8AE;text-align: center;
    border-radius: 10px 10px 0px 0px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab li:hover a,.m-tab li.on a{background-color: #9A0E17;}

.m-tab2{border-bottom: 1px solid #9A0E17;*zoom:1; }
.m-tab2:after,.m-tab2:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-tab2 li{float: left;width: 166px;margin-right: 4px;margin-bottom: -1px;}
.m-tab2 li a{display: block;height: 50px;line-height: 50px;font-size: 18px;color: #2E2E2E;
    text-align: center;border: 1px solid #fff;border-bottom-color: #9A0E17;
    border-radius: 10px 10px 0px 0px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab2 li:hover a,.m-tab2 li.on a{border-color: #9A0E17;border-bottom-color: #fff;color: #9A0E17;}

