* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
    overflow-x: hidden;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pic {
    width: 100%;
    height: auto;
    display: inline-block;
}
.cont8{
    width: 80%;
    margin: 0 auto;
}

.pa0{
    padding: 0;
}

.pa5{
    padding: 0 5px;
}

/*头部导航*/
.topnav{
    width: 100%;
    height: auto;
    display: flex; 
    display: -webkit-flex; 
    flex-flow: row wrap; 
    justify-content: space-between;
}
.topnav .tnavleft{
    margin: 35px 0;
}
.topnav .tnavleft img{
    margin-right: 5px;
}
.topnav .tnavleft span{
    font-size: 16px;
    color: #999;
    margin-right: 12px;
}
.topnav .tnavleft .lan{
    margin: 0 0 0 10px;
    line-height: 30px;
}
.topnav .tnavleft .lan img{
    margin-top: -2px;
}
.topnav .tnavleft .lan b{
    color: #999;
}
.search{ width: 210px; position: relative; margin: 14px 0 0 20px; float: right;}
.search input{ border-radius: 30px; }
.search .btn{ position: absolute; right: 0; bottom: 0; color: #333; border-radius: 0 30px 30px 0;}
.searchbox {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
}

.searchbox p {
    margin-bottom: 20px;
}

.searchbox .seayemian {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.searchbox .seayemian input {
    width: 40%;
    border-radius: 15px 0 0 15px;
    border-right: none;
}

.searchbox .seayemian a {
    background: #1086df;
    border-radius: 0 15px 15px 0;
    color: #fff;
    padding: 6px 18px;

}
.searchpro {
    border: 1px solid #ddd;
}
.navbar {
    z-index: 4;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    line-height: 52px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
}

.navbar-brand {
    width: 262px;
    padding: 24px 0;
}

.navbar-brand img {
    width: 100%;
    padding: 6px 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #335aa5 !important;
}

.navbar-collapse {
    width: 100%;
    height: auto;
}
.navbar-nav>.active{
    position: relative;
    /* background: #333;
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 30% 100%); */
}

.navbar-nav>.active a{
    color: #335aa5 !important;
}

.navbar-nav{
    width: 100%;
    height: auto;
}
.navbar-nav>li {
    padding: 0;
    margin: 0;
    width: 10%;
    text-align: center;
    border-left: 1px solid #ddd;
}

.navbar-nav>li:nth-of-type(9) {
    border-right: 1px solid #ddd;
}

.navbar-nav>li>a {
    font-size: 16px;
    letter-spacing: 1px;
    /* border-bottom: 3px solid #fff; */
}

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}

.navbar-nav>li a:hover {
    color: #111 !important;
    /* border-bottom: 3px solid #e60012; */
}

.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 118px;
}

.banbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#myCarousel {
    position: relative;
    /* background: url(../images/banner/banbg.png) center center no-repeat; */
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 49%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 60px;
    text-align: center;
    list-style: none;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
        margin-left: 10px;
    }

    .navbar {
        background: #fff;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        height: 100%;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-default .navbar-toggle {
        border: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }

    .navbar-nav>li>ul>li>ul {
        display: none;
    }

    .navbar-nav>li>ul {
        display: none;
    }
}

/*导航结束*/

/* flexslider-banner */
.flexslider{position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides img{width: 100%; height: auto;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

/* sypro */
.sytitle{
    width: 100%;
    height: auto;
    margin: 30px 0 15px;
    display: flex; 
    display: -webkit-flex; 
    flex-flow: row wrap; 
    justify-content: space-between;
}
.sytitle .sytleft{ width: 20%;}
.sytitle .sytleft h3{
    font-weight: 600;
}
.sytitle .sytright ul li{
    float: left;
}
.sytitle .sytright ul li a{
    color: #333;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 56px;
    display: inherit;
}
.sytitle .sytright ul li a:hover{
    color: #335aa5;
}
.sytitle .sytright .more{
    margin-top: 45px;
    display: inline-block;
    background: #fff;
    padding: 6px 24px;
    border-radius: 20px;
    color: #333;
}
.sytitle .sytright .more:hover{
    background: #094ba1;
    color: #fff;
}
.sypzi{
    position: relative;
}
.tubox {width:100%; height: 100%; overflow:hidden; margin-bottom: 12px;}
.tubox img {transition:all 1s ease 0s;-moz-transition:all 1s ease 0s;-webkit-transition:all 1s ease 0s;-o-transition:all 1s ease 0s;}
.tubox:hover img {transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);-moz-transform:scale(1.2);}
.sypzi p{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    color: #222;
    z-index: 10;
    text-align: center;
}

/* sy-about */
.syabbox{
    width: 100%;
    height: auto;
    background: url(../images/bg1.jpg) no-repeat center bottom fixed;
    background-size: 100%;
    padding: 120px 0 80px;
    margin: 60px 0;
}
.syabout{
    width: 100%;
    height: auto;
    padding: 0 80px;
    color: #fff;
}
.syabout h2{
    font-weight: 600;
    margin: 0;
}
.syabout h3{
    margin: 5px 0 42px;
    text-transform:uppercase;
    letter-spacing: 2px;
}
.syabout p{
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.5px;
}
.syabout a{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 32px 0 0;
    color: #fff;
    line-height: 36px;
}
.fright {
    width: 100%;
    height: auto;
    margin: 80px 0 0;
    background: #015aa9;
    border-radius: 20px;
    padding: 36px 20px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fright li {
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.fright li:nth-of-type(4) {
    border-right: none;
}

.fright li h2 {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
}
.fright li h2 b{
    font-size: 26px;
    display: inline-block;
    margin-left: 5px;
}
.fright li p{
    margin: 10px 0 0;
}

/* sycase */
.sycase{
    width: 100%;
    height: auto;
    margin: 0 0 80px;
}
.sytitle2{
    margin-bottom: 30px;
}
.sytitle2 h3{
    font-weight: 600;
}
.box {
	text-align:center;
	overflow:hidden;
	position:relative;
}

.zi{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 0 0 15px 0;
    font-size: 18px;
    background: #015aa9;
    color: #fff;
    display: block;
    z-index: 1;
}
.box:hover .zi{
    opacity: 0;
}
.box:before {
	content:"";
	width:0;
	height:100%;
	background:#015aa9;
	padding:14px 18px;
	position:absolute;
	top:0;
	left:50%;
	opacity:0;
	transition:all 500ms cubic-bezier(0.47,0,0.745,0.715) 0s;
}
.box:hover:before {
	width:100%;
	left:0;
	opacity:0.8;
}
.box img {
	width:100%;
	height:auto;
}
.box .box-content {
	width:100%;
    height: 100%;
	padding:14px 18px;
	color:#fff;
	position:absolute;
	top:18%;
	left:0;
    align-items: center; justify-content: center; 
    z-index: 10;
}
.box .post {
    display:block;
	font-size:15px;
	text-transform:capitalize;
	opacity:0;
	transition:all 0.5s ease 0s;
}
.box:hover .title,.box:hover .post {
	opacity:1;
	transition-delay:0.7s;
}
.box .icon {
	padding:0;
	margin:0;
	list-style:none;
	margin-top:15px;
}
.box .icon li {
	display:inline-block;
}
.box .icon li a {
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	background:#f74e55;
	font-size:20px;
	font-weight:700;
	color:#fff;
	margin-right:5px;
	opacity:0;
	transform:translateY(50px);
	transition:all 0.5s ease 0s;
}
.box:hover .icon li a {
	opacity:1;
	transform:translateY(0px);
	transition-delay:0.5s;
}
.box:hover .icon li:last-child a {
	transition-delay:0.8s;
}
@media only screen and (max-width:990px) {
	.box {
	margin-bottom:30px;
}
}

/* syyoushi */
.syyoushi{
    padding:100px 0; 
    background:url(../images/i_pt2_bg.jpg) center center no-repeat; 
    background-attachment:fixed;
}
.syyoushi .abox {
    background: #fff;
    height: 246px;
    margin-bottom: 20px;
    text-align: center;
    padding: 50px 30px 0;
}
.syyoushi .pd .t {
    font-size: 62px;
    color: #094ba1;
    line-height: 1;
    margin-bottom: 14px;
    font-family: impact;
}

.syyoushi .pd .d {
    font-size: 18px;
    color: #4a4a4a;
}

.syyoushi .syabjj{
    text-align: right;
    color: #fff;
    width: 70%;
    margin-left: 30%;
}
.syyoushi .syabjj h3{
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 30px;
}
.syyoushi .syabjj p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}
.type2{ background: none !important; border: 1px solid #fff;}
.type2 .img_box{width:70px; margin:0 auto 15px;}
.type2 .img_box img{width:100%;}
.type2 .t{font-size:20px !important; margin-bottom:12px; color: #fff !important;}
.type2 .d{font-size:14px !important; color: #fff !important;}
.type3{padding:60px 30px 0; text-align: left !important; background: #015aa9 !important;}
.type3 .t{font-size:20px !important; margin-bottom:12px; color: #fff !important;}
.type3 .d{font-size:13px !important; margin-bottom:15px; color: #fff !important; line-height: 26px;}
.type3 .img_box{float:right; width: 50px;}
.t1{ font-size: 20px; margin-bottom: 15px; color: #015aa9; font-weight: 600;}
.d1{ font-size: 14px;}

/* synews */
.synews{
    width: 100%;
    height: auto;
    background: #ddd;
    padding-bottom: 60px;
}
.synbox ul li{
    background: #e5e5e5;
    padding: 20px 15px;
    box-shadow: 2px 3px 5px #c5c5c5;
}
.synbox ul li:hover{
    background: #fff;
}
.synbox ul li a{
    color: #333;
}
.synbox ul li a h4{
    margin: 20px 0 10px;
    font-size: 17px;
    font-weight: 600;
}
.synbox ul li:hover a h4{
    color: #094ba1;
}
.synbox ul li a p{
    margin: 0;
}

/* footer */
footer {
    width: 100%;
    background: #023263;
    /* background: rgb(47,51,54); */
    padding: 42px 0 30px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
footer .fnav{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 15px;
    margin: 0 0 15px;
}
footer .fnav li{
    float: left;
}
footer .fnav li a{
    color: #fff;
    
}
footer .fnav li span{
    margin: 0 15px;
}
.flist{
    width: 100%;
    margin: 28px 0 0;
    display: inline-block;
}
.flist h4{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fplie a{
    color: #fff;
    line-height: 26px;
}


/* ny-about */
.nyabbg {
    background: #f5f5f5;
}
.nycontent.bgnone{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 50px 30px;
}
.nycontent {
    width: 100%;
    height: auto;
    margin: 36px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
    padding: 50px;
}

.tua {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.pdescribe h3{
    margin: 0 0 20px;
}
.pdescribe h3 b{
    font-size: 20px;
    color: #015aa9;
}

.pdescribe p {
    line-height: 26px;
    font-size: 15px;
}
.nyalist{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nyalist li{
    float: left;
    margin-right: 20px;
    border: 1px solid #015aa9;
    padding: 5px 25px;
    border-radius: 5px;
}
.nyalist li a{
    color: #015aa9;
}

/* ny-news */
.news {
    width: 100%;
    display: inline-block;
    margin: 50px 0 0;
}

.news li {
    width: 100%;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 32px;
    margin-bottom: 15px;
    transition: all 1s;
    background: #fff;
}

.news li:hover {
    background: #fafafa;
    box-shadow: 10px 10px 10px #ddd;
}
.news li:hover a{
    color: #015aa9;
}

.news li a {
    color: #333;
}

.news li a p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
}

.news li h4 {
    font-size: 20px;
    margin: 15px 0;
}

.newshow h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}
.wenz p strong {
    font-size: 18px;
    color: #015aa9;
    padding-left: 8px;
}
.wenz p img{
    width: 96%;
    height: auto;
}
.casems{
    color: #666;
    border: 1px solid #ddd;
    padding: 15px 20px;
    margin: 20px 0 30px;
}
.casems P{
    text-indent: 0;
    font-size: 12px;
    margin: 0;
}
.news2 li{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px 8px;
}
.news2 li a{
    color: #333;
}
.news2 li a:hover{
    color: #015aa9;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}

/* ny-product */
.nyprolist{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.nyprolist li{
    width: 98%;
    margin: 0 1% 8px;
    text-align: center;
    background: #f5f5f5;
    height: 32px;
    line-height: 32px;
}
.nyprolist .active a{
    color: #015aa9;
}
.nyprolist li a{
    color: #333;
}
.nyprolist li:hover{
    background: #015aa9;
}
.nyprolist li:hover a{
    color: #fff;
}
.ptit{
    width: 100%;
    margin: 0 0 10px;
    background: #015aa9;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    height: 52px;
    line-height: 52px;
}
.news2{
    margin-bottom: 30px;
}
.pbox {
    width: 100%;
    height: auto;
    margin-bottom: 28px;
    text-align: center;
}
.pbox .tubox{
    width:96%;
    margin:0 2%;
    overflow:hidden;
    border: 5px solid #ddd;
    border-radius: 0 0 50px 0;
}
.pbox:hover .tubox{
    border: 5px solid rgba(1, 69, 169, .7);
}
.pbox .tubox img {
    width: 100%;
    height: auto;
    box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition:all 1.5s ease 0s;
    -moz-transition:all 1.5s ease 0s;
    -webkit-transition:all 1.5s ease 0s;
    -o-transition:all 1.5s ease 0s;
}

.pbox:hover .tubox img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.pbox h3 {
    font-size: 20px;
    margin: 12px 0 16px;
    padding: 10px 15px 0;
    color: #444;
    text-align: center;
}
.pbox p {
    display: inline-block;
    background: #f5f5f5;
    padding: 8px 36px;
    border-radius: 20px;
    color: #015aa9;
    margin: 0 auto;
    border: 1px solid #f5f5f5;
}

.pbox p span{
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background: #015aa9;
    margin: 0 0 0 5px;
}
.pbox:hover h3 {
    color: #015aa9;
}

.pro-xq-ms .pro-test h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}
.pleft{ float: left; width: 66%; margin-right: 4%; padding-top: 26px;}
.protu{ width: 30%; height: auto;}
.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 30px 20px 15px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-next p a{
    color: #333;
}
.pro-next p a:hover{
    color: #015aa9;
}
.pro-test{
    width: 100%;
    padding: 20px 30px;
}
.pro-test p{
    font-size: 16px;
    letter-spacing: 2px;
    color: #444;
}
.pro-test p strong{
    font-size: 18px;
    color: #015aa9;
}
.pro-test table{
    width: 100% !important;
    height: auto;
    border: 1px solid 1px solid #ddd !important;
}
.pro-test table p{
    margin: 0;
}
.pro-test table tr td{
    border-width: 1px 1px 1px 1px !important;
    border-style: double solid solid double !important;
    border-color: rgba(55, 53, 137, .5) !important;
    padding: 5px !important;
}
.pdescribe {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 18px 0 0;
    height: 368px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pdescribe::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.pdescribe::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(51, 90, 165, 0.9);
    background: rgba(51, 90, 165, 0.9);
}

.pdescribe::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.pdescribe p {
    line-height: 26px;
    /* text-indent: 2em; */
    font-size: 15px;
    color: #666;
    text-align: justify;
}
.pdescribe h2{
    border-bottom: 1px solid #ddd;
    line-height: 48px;
    color: #4a4a4a;
}

/* pro-canshu */
.cstit{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 50px 0 20px;
}
.pback{
    float: right;
    display: block;
    font-size: 14px;
    padding: 5px 24px;
    border-radius: 15px;
    background: #999;
    color: #fff;
    text-decoration: none;
}
.pback:hover{
    background: #015aa9;
    color: #fff;
}
.cstit .syprolist{
    width: 100%;
    height: auto;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.cstit .syprolist li{
    width: 24%;
    height: auto;
    background: #ddd;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.cstit .syprolist .but{
    background: #015aa9;
    color: #fff;
}
.canshubox .sycptu{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.canshubox .sycptu img{
    max-width: 80%;
    display: block;
    margin: 20px auto 0;
}
.canshubox .sycptu.prodown a{
    width: 96%;
    margin: 0 auto;
    padding: 16px 10px;
    color: #333;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.canshubox .sycptu.prodown a:hover{
    color: #015aa9;
}
.canshubox .sycptu.prodown a p{
    margin: 0;
}
.pcanshu .prolink{ width: 100%; height: auto; display: inline-block; padding: 42px; border: 1px solid #eee;}
.pcanshu .prolink h3{ width: 100%; height: auto; text-align: left; font-size: 20px; border-bottom: 3px solid #015aa9; font-weight: 600; display: inline; letter-spacing: 1px;}
.pboxlx{ width: 100%; height: auto; display: inline-block; margin: 30px 0 0;}
.prolibox{ width: 100%; height: auto; display: inline-block; border-bottom: 1px solid #ddd; line-height: 42px;}
.prolibox p{ font-size: 18px;}
.prolibox i{ background: #015aa9; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; border-radius: 50%; margin-right: 10px;}
.tuijpro h3{ width: 100%; height: auto; border-bottom: 2px solid #ddd; margin: 25px 0; line-height: 60px; position: relative;}
.tuijpro h3::before{ content: ""; position: absolute; width: 100px; background: #015aa9; height: 2px; left: 0; bottom: -2px;}
.tuijpro h3 span{ font-size: 16px; color: #888;}
.tuijpro a{ color: #333; line-height: 50px;}


/* ny-download */
.downbox li a{
    width: 96%;
    margin: 0 auto;
    padding: 16px 10px;
    color: #333;
    font-size: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.downbox li a:hover{
    color: #015aa9;
}
.downbox li a p{
    margin: 0;
}



/* ny-故障分析 */
.nytit{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 36px;
}
.nytit b{
    font-size: 56px;
    color: rgba(1, 69, 169, .1);
    text-transform:uppercase;
}
.nytit p{
    font-size: 28px;
    margin-top: -60px;
    color: #015aa9;
}
.d2_table_t {
    width: 100%;
    overflow: hidden;
    /* overflow-x: scroll; */
    margin-top: 40px;
}

.d2_table_t .d2_table {
    width: 100%;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-collapse: collapse;
    border-spacing: 0;
}

.d2_table_t .d2_table .column_01 col:nth-child(1) {
    width: 22.6%;
}

.d2_table_t .d2_table .column_01 col:nth-child(2) {
    width: 26.5%;
}

.d2_table_t .d2_table .column_01 col:nth-child(3) {
    width: 50.9%;
}

.d2_table_t .d2_table thead tr {
    background: rgba(1, 69, 169, .1);
}

.d2_table_t .d2_table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
    height: 40px;
    padding: 0 30px;
    text-align: left;
}

.d2_table_t .d2_table tbody tr td {
    border-right: 1px solid rgba(1, 69, 169, .1);
    border-bottom: 1px solid rgba(1, 69, 169, .1);
    padding: 20px 30px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 24px;
}

.d2_table_t .d2_table tbody tr td:last-child {
    border-right: 0;
}




/* ny-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}
.thumbnail{
    width: 100%;
    overflow: hidden;
}
.thumbnail img{
 transition: all 1s ease 0s;
 -moz-transition: all 1s ease 0s;
 -webkit-transition: all 1s ease 0s;
 -o-transition: all 1s ease 0s;
 }

.thumbnail:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -o-transform: scale(1.1);
     -moz-transform: scale(1.1);
 }

 /* ny-zhaopin */
 .zpbox{
    width: 100%;
    display: inline-block;
    padding: 20px 36px;
    border: 3px solid #ddd;
    margin-bottom: 30px;
}
.zpbox h4{
    margin: 10px 0 18px;
}
.zpbox h4 b{
    color: #014d97;
}
.zpbox h4 span{
    font-size: 14px;
    margin-left: 15px;
}
.zpbox h5 {
    font-weight: 600;
}
.zpbox p {
    color: #555;
    font-size: 13px;
}

/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 20px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
}
.linkbox p i{
    font-size: 18px;
}
.linkbox p b{
    font-size: 20px;
    color: #015aa9;
}

.messagebox {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    padding: 30px 45px;
    background: #eee;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}

.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #015aa9;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}
.lk_con{
    width: 100%;
    height: auto;
    display: inline-block;
    background: rgba(0, 0, 0, .1);
    padding: 10px 15px;
}
.lk_con li{
    float: left;
    padding: 3px 15px 3px 0;
    color: #ddd;
    font-size: 14px;
}

.lk_con li a{
    color: #ddd;
    display:block;
}

/* bread */
.position {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #ddd;
}

.position .posbox ul{
    width: 100%;
    height: auto;
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; 
}

.position .posbox ul li{
    position: relative;
    padding: 0 30px;
}
.position .posbox ul li a{
    font-size: 16px;
    color: #333;
    display: inline-block;
}
.position .posbox ul li::before {
    content: '';
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #d6d6d6;
    position: absolute;
}
.position .posbox ul li:last-child::before{
    background: #fff;
}
.position .posbox ul .active a{
    line-height: 32px;
    color: #fff;
    background: #015aa9;
    border-radius: 5px;
    padding: 0 15px;
}
.position2{
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #ddd;
}
.position2 .posbox2{
    width: 100%;
    display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;
}
.position2 .posbox2 .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 18px 54px;
    line-height: 32px;
    background: #015aa9;
    color: #fff;
    font-size: 18px;
}

.position2 .posbox2 .nybanright a {
    color: #333;
}

.syabbox2{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 50px 0;
    background: url(../images/bg3.jpg) right bottom no-repeat;
}
.syabbox2 ul {
    margin-top: 46px;
    height: 32px;
}
.syabbox2 ul li {
    float: left;
    width: 212px;
    height: 32px;
    border-right: 2px solid #002e73;
    margin-right: 30px;
    transition: all 0.5s;
}
.syabbox2 ul li:last-child{
    border-right: 2px solid #fff;
}
.syabbox2 ul li i {
    float: left;
    font-size: 42px;
    font-style: normal;
    color: #0059a9;
    line-height: 32px;
    margin-right: 4px;
}
.syabbox2 ul li em {
    display: block;
    font-size: 16px;
    color: #0059a9;
    line-height: 14px;
}
.syabbox2 ul li span {
    display: block;
    font-size: 14px;
    color: #313131;
    line-height: 14px;
    padding-top: 4px;
}
.abt_desc {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    width: 870px;
    margin: 20px 0 44px;
}
.abt_desc a{
    display: inline-block;
    background: #015aa9;
    color: #fff;
    padding: 6px 24px;
    margin: 10px 0 0;
    border-radius: 25px;
}

.ewm img{ width: 100px; height: auto;}
@media all and (max-width: 767px) {
    .navbar-brand1{ display: block;}
    .navbar-nav{ margin: 8px 0;}
    .navbar-nav>li{ margin: 0; width: 100%; line-height: 28px; height: 28px;}
    .carousel-control{ font-size: 18px;}
    .aboutbox{ margin: 0;}
    .syabright{ padding: 0;}
    .sj{ display: none;}
    .footer{ padding: 30px 0;}
    .nybanleft{ display: none;}
    .nybanright{ padding-left: 10px;}
    .nycontent{ padding: 15px 10px;}
    .pleft{ width: 100%; padding: 0;}
    .protu{ width: 100%; padding-top: 15px;}
    .news li{ padding: 18px;}
    .prolistbox li{width: 49.5%;}
    .prolistbox li a{ font-size: 12px;}
    .pro-test{ padding: 0;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 10px 25%;}
    .messagebox{ padding: 30px 20px;}
    .pro-test table{ width: 100% !important;}
    .navbar-nav>.active::before{ background: none;}
    .navbar-nav>.active::after{ background: none;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{ margin-top: 22px;}
    .navbar-default .navbar-nav>li>a{ line-height: 14px; text-align: center;}
    .flex-direction-nav li a.flex-prev{ left: 5px;}
    .flex-direction-nav li a.flex-next{ right: 5px;}
    .flex-control-nav{ bottom: 0;}
    .sytright{ display: none;}
    .sysbox .boxleft, .sysbox .boxright{ width: 100%;}
    .sysbox .tu{ display: none !important;}
    .synews { width: 96%; margin: 2%;}
    .right_con{ display: none;}
    .navbar-brand img{ padding: 0;}
    .pbox h3{ font-size: 16px;}
    /* .pbox p{ font-size: 12px; height: 60px;} */
    .nycontent.bgnone{ padding: 32px 15px;}
    .pbox{ margin: 20px 0 10px;}
    .nyprolist li{ width: 31%;}
    .pcanshu table{ border: none;}
    .jxnav li a{ font-size: 16px;}
    .casePicBox{ width: 100%;}
    .rightC{ width: 100%;} 
    .ptit{ margin-top: 30px;}
    .serve-box{ display: none;}
    .pdescribe{ padding: 0 20px;}
    .topnav .tnavleft{ margin: 35px 0 0;}
    .tnavright{ display: none;}
    .syabbox{ background: none; padding: 0;}
    .syabout{ color: #333; padding: 0 20px;}
    .syabout a{ color: #333; margin: 15px 0;}
    .fright{ margin: 0;}
    .fright li{ width: 50%;}
    .fright li p{ color: #fff;}
    .syabbox2{ background: none;}
    .syabbox2 ul{ width: 100%; }
    .syabbox2 ul li{ width: 44%; margin-right: 24px;}
    .syabbox2 ul li i{ font-size: 30px;}
    .abt_desc{ width: 100%; height: auto; padding: 15px;}
    footer .fnav{ height: auto;}
    .position{  height: auto; line-height: 36px;}
    .position .posbox { margin: 5px 0 0;}
    .position .posbox ul li{ width: 50%; display: inline-block; padding: 0; text-align: center;}
    .cstit .syprolist li{ width: 50%;}
    .nytit b{ font-size: 36px;}
    .nytit p{ margin-top: -46px;}
}