@charset "utf-8";
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.form-control {
    display: block;
    width: 80%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


/* 对齐 */

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}


/* display */

.ds-b {
    display: block;
}

.ds-n {
    display: none;
}

.ds-inb {
    display: inline-block;
}


/* 预设 */

body {
    font: 14px/24px 'Microsoft Yahei', arial, helvetica, sans-serif;
    color: #727272;
}

a {
    text-decoration: none;
    transition: all 0.3s linear 0s;
}

.header,
.main,
.footer {
    width: 100%;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* index.html */


/*轮播图 start*/

.banner {
    width: 100%;
    height: 560px;
    white-space: nowrap;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner_m {
    width: 50%;
    height: 560px;
    display: inline-block;
    position: relative;
}

.wrapper {
    *float: left;
    width: 1920px;
    height: 560px;
    display: inline-block;
    position: relative;
    left: -967px;
}

.fn-clear {
    zoom: 1;
}

.box_skitter {
    position: relative;
    background: none;
}

.box_skitter ul {
    display: none;
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 40%;
    left: 16%;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: 0;
    background: url("../images/prev.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/prev.png*/
    no-repeat left top !important;
}

.box_skitter .next_button {
    position: absolute;
    top: 40%;
    right: 16%;
    z-index: 100;
    width: 57px;
    height: 62px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: 0;
    background: url("../images/next.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/next.png*/
    no-repeat left top !important;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 150;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url("../images/ajax-loader.gif")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/ajax-loader.gif*/
    no-repeat left top;
    width: 31px;
    height: 31px;
}

#slideshow {
    width: 1920px;
    height: 560px;
}

#slideshow ul {
    display: none;
}


/*轮播图 end*/

.top {
    height: 88px;
    line-height: 88px;
}

.logo {
    display: block;
    margin-top: 15px;
}

.logo img {
    display: block;
    height: 55px;
}

.nav li {
    float: left;
    margin-left: 10px;
}

.nav li a {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #484848;
}

.nav li a:hover,
.nav li a.on {
    background: #305dc3;
    color: #fff;
}

.footer {
    margin-top: 20px;
    background: #292a2d;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer a {
    color: #fff;
}

.footer .subnav {
    line-height: 1;
    overflow: hidden;
}

.footer .subnav b {
    display: block;
    font-size: 16px;
}

.footer .subnav .line {
    width: 30px;
    height: 1px;
    background: #fff;
    opacity: .42;
    margin-top: 28px;
}

.footer .subnav li {
    float: left;
    margin-top: 28px;
    font-size: 14px;
    width: 100px;
}


.footer .cot b {
    display: block;
    font-size: 16px;
    line-height: 1;
}

.footer .cot .line {
    width: 30px;
    height: 1px;
    background: #fff;
    opacity: .42;
    margin-top: 28px;
    margin-bottom: 15px;
}

.footer .cot li {
    line-height: 32px;
    padding-left: 24px;
    background: no-repeat left center;
}

.footer .cot li.li1 {
    background-image: url("../images/linkman.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/linkman.png*/
    ;
}

.footer .cot li.li2 {
    background-image: url("../images/tel.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/tel.png*/
    ;
}

.footer .cot li.li3 {
    background-image: url("../images/mobile.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/mobile.png*/
    ;
}

.footer .cot li.li4 {
    background-image: url("../images/email.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/email.png*/
    ;
}

.footer .cot li.li5 {
    background-image: url("../images/fax.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/fax.png*/
    ;
}

.footer .cot li.li6 {
    background-image: url("../images/address.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/address.png*/
    ;
}

.footer .qrcode img {
    border: 8px solid #fff;
    margin-top: 21px;
}

.footer .auth {
    margin-top: 20px;
}

.youshi {
    margin-top: -84px;
    position: relative;
    z-index: 200;
    background: #f7f7f7;
}

.youshi .container {
    background: #e2e2e2;
}

.youshi li {
    float: left;
    width: 400px;
    height: 286px;
    text-align: center;
    cursor: pointer;
    transition: all linear 0.3s;
}

.youshi li.li1 {
    background: url("../images/youshi1.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/youshi1.png*/
    no-repeat center 38px #305dc3;
}

.youshi li.li2 {
    background: url("../images/youshi2.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/youshi2.png*/
    no-repeat center 38px #2d57b6;
}

.youshi li.li3 {
    background: url("../images/youshi3.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/youshi3.png*/
    no-repeat center 38px #294da0;
}

.youshi li .big {
    line-height: 46px;
    width: 294px;
    border-bottom: 1px solid #4a74d3;
    padding-top: 105px;
    color: #fff;
    font-size: 18px;
}

.youshi li .sml {
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    color: #aac4ff;
    margin-top: 15px;
}

.youshi li:hover {
    margin-top: -10px;
}

.indexpro {
    padding-top: 70px;
    background: #f7f7f7;
    padding-bottom: 82px;
}

.indextit {
    text-align: center;
    line-height: 1;
}

.indextit .big {
    font-size: 26px;
    color: #3d3d3d;
}

.indextit .line {
    background: url("../images/line.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/line.png*/
    no-repeat center center;
    height: 10px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.indextit .sml {
    font-size: 14px;
    color: #959595;
}

.indexpro .type {
    margin-top: 42px;
    text-align: center;
}

.indexpro .type a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #959595;
    border: 1px solid #eeeeee;
    margin-left: 4px;
    margin-right: 4px;
    background: #fff;
}

.indexpro .type a:hover {
    background: #305dc3;
    border-color: #305dc3;
    color: #fff;
}

.indexpro .list {
    margin-top: 49px;
}

.indexpro .list li {
    float: left;
    width: 285px;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 28px;
    transition: all linear 0.3s;
    position: relative;
}

.indexpro .list li img {
    display: block;
}

.indexpro .list li .tit {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1;
    margin-top: 24px;
    padding-left: 30px;
}

.indexpro .list li .desc {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b;
    margin-top: 15px;
}

.indexpro .list li .more {
    width: 122px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #305dc3;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 129px;
    top: 174px;
    transition: all linear 0.3s;
    opacity: 0;
}

.indexpro .list li:hover .more {
    opacity: 1;
}

a.mores {
    display: block;
    width: 165px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
}

a.mores span {
    display: block;
    width: 122px;
    float: left;
    font-size: 14px;
    color: #fff;
    background: #305dc3;
}

a.mores b {
    display: block;
    float: left;
    background: url("../images/add.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/add.png*/
    no-repeat center center #3c4043;
    width: 38px;
    height: 36px;
    transition: all linear 0.3s;
}

a.mores:hover b {
    margin-left: 5px;
}

.indexpro a.mores {
    margin-top: 32px;
}

.indexab {
    background: url("../images/idnexab.jpg")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/idnexab.jpg*/
    no-repeat center top;
    padding-top: 65px;
}

.indexab .indextit b {
    color: #fff;
}

.indexab .indextit .line {
    background-image: url("../images/line2.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/line2.png*/
    ;
}

.indexab .indextit .sml {
    color: #6b6b6b;
}

.indexab .content {
    margin-top: 42px;
    background: #f5f5f5;
}

.indexab .content img {
    display: block;
    float: left;
}

.indexab .content .text {
    width: 510px;
    margin-top: 48px;
    margin-left: 48px;
}

.indexab .content .text b {
    display: block;
    font-size: 26px;
    color: #4f4f4f;
    line-height: 1;
}

.indexab .content .text .desc {
    font-size: 14px;
    line-height: 26px;
    color: #4f4f4f;
    margin-top: 46px;
}

.indexab .content .text a {
    margin-top: 35px;
}

.indexnews {
    margin-top: 80px;
}

.indexnews .list {
    margin-top: 25px;
    width: 585px;
}

.indexnews .list li {
    overflow: hidden;
    margin-top: 21px;
    background: #eee;
    line-height: 1;
}

.indexnews .list li .text {
    width: 430px;
    padding-left: 25px;
}

.indexnews .list li .text .tit {
    font-size: 16px;
    color: #4f4f4f;
    font-weight: bold;
    padding-top: 32px;
    transition: all linear 0.3s;
}

.indexnews .list li .text .desc {
    font-size: 14px;
    color: #959595;
    margin-top: 15px;
}

.indexnews .list li .time {
    width: 106px;
    height: 112px;
    transition: all 0.3s linear;
    background: url("../images/time.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/time.png*/
    no-repeat center center #294da0;
    color: #fff;
}

.indexnews .list li .time b {
    display: block;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 20px;
}

.indexnews .list li .time span {
    display: block;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 25px;
}

.indexnews .list li:hover .time {
    background-color: #305dc3;
}

.indexnews .list li:hover .tit {
    color: #305dc3;
    padding-left: 20px;
}

.indexnews .one {
    margin-top: 46px;
    width: 581px;
    height: 378px;
    position: relative;
}

.indexnews .one img {
    display: block;
}

.indexnews .one li {
    display: block;
    height: 112px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    line-height: 1;
    background: rgba(0, 0, 0, .35);
    width: 581px;
}

.indexnews .one li .text {
    width: 430px;
    padding-left: 25px;
}

.indexnews .one li .text .tit {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-top: 32px;
    transition: all linear 0.3s;
}

.indexnews .one li .text .desc {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.indexnews .one li .time {
    width: 106px;
    height: 112px;
    transition: all 0.3s linear;
    background: url("../images/time.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/time.png*/
    no-repeat center center #294da0;
    color: #fff;
}

.indexnews .one li .time b {
    display: block;
    font-size: 30px;
    padding-left: 20px;
    padding-top: 20px;
}

.indexnews .one li .time span {
    display: block;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 25px;
}

.indexnews .one:hover li .time {
    background-color: #305dc3;
}

.indexnews .one:hover li .tit {
    color: #305dc3;
    padding-left: 20px;
}


/*分页page*/

.page {
    margin-top: 30px;
}

.page a,
.page span {
    border: 1px solid #e9e9e9;
    color: #305DC3;
    display: inline-block;
    padding: 3px 12px;
}

.page .num,
.page .current {
    margin: 0 2px;
}

.page a:hover,
.page .current {
    background-color: #305DC3;
    color: #fff;
}

.page .prev::after {
    content: "<";
    vertical-align: middle;
}

.page .next::after {
    content: ">";
    vertical-align: middle;
}

.prev_next {
    width: 890px;
    margin: 40px 0;
    overflow: hidden;
    border-top: 1px solid #ccc;
}

.prev_next li {
    width: 890px;
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    text-indent: 23px;
}

.prev_next li a {
    color: #656565;
}

.prev_next li:first-child {
    background: url("../images/up.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/up.png*/
    no-repeat left center;
}

.prev_next li:last-child {
    background: url("../images/down.png")/*tpa=http://www.panguyq.com/theme/2017041410055758/Public/Image/down.png*/
    no-repeat left center;
}


/*分页end*/


/*location*/

.location {
    height: 66px;
    line-height: 66px;
    font-size: 12px;
    color: #7f7f7f;
    background: #f6f6f6;
}

.location a {
    color: #7f7f7f;
}

.location a:hover {
    color: #3a3a3a;
}


/*location end*/


/*sidebar*/

.sidebar {
    width: 236px;
    color: #fff;
    margin-top: 40px;
}

.sidebar .title {
    line-height: 1;
    background: #264ea7;
}

.sidebar .title .cn {
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid #305dc3;
    width: 195px;
}

.sidebar .title .en {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 15px;
    width: 195px;
}

.sidebar .list {
    padding: 20px;
    padding-bottom: 50px;
    background: #305dc3;
}

.sidebar .list a {
    display: block;
    padding-left:6px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-bottom: 1px solid #4670d0;
    color: #fff;
}

.sidebar .list a:hover,
.sidebar .list a.current {
    background: #264ea7;
    border-color: #264ea7;
}

.sidebar .cot {
    margin-top: 33px;
}


/*sidebar end*/

.article {
    width: 910px;
    margin-top: 40px;
}



.article img {
    max-width: 910px;
}

.article .prolist li {
    float: left;
    width: 290px;
    padding-bottom:10px;
    overflow: hidden;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 28px;
    background: #fff;
    transition: all linear 0.3s;
    position: relative;
}

.article .prolist li img {
    display: block;
}

.article .prolist li .tit {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1;
    margin-top: 14px;
}

.article .prolist li .more {
    width: 122px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #305dc3;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 84px;
    top: 124px;
    transition: all linear 0.3s;
    opacity: 0;
}

.article .prolist li:hover {
    box-shadow: 0 0 5px #ccc;
}

.article .prolist li:hover .more {
    opacity: 1;
}

.article .newslist li {
    border-bottom: 1px dashed #ccc;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
}

.article .newslist li a {
    color: #7a7a7a;
}

.article .newslist li .name {
    color: #303030;
    transition: all 0.3s linear 0s;
    margin-bottom: 10px;
    font-size: 16px;
}

.article .newslist li a:hover .name {
    color: #305dc3;
}

.article .newslist li .time {
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    background: #7a7a7a;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    transition: all 0.3s linear 0s;
}

.article .newslist li a:hover .time {
    background: #305dc3;
}
.pagenumber span,.pagenumber a{
    padding:10px;

}